summaryrefslogtreecommitdiffstats
path: root/common/commands
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands')
-rw-r--r--common/commands/handshake.fbs2
-rw-r--r--common/commands/revisionupdate.fbs4
2 files changed, 3 insertions, 3 deletions
diff --git a/common/commands/handshake.fbs b/common/commands/handshake.fbs
index 4492ca9..90c0d3a 100644
--- a/common/commands/handshake.fbs
+++ b/common/commands/handshake.fbs
@@ -1,5 +1,5 @@
1 1
2namespace Toynadi; 2namespace Akonadi;
3 3
4table Handshake { 4table Handshake {
5 name: string; 5 name: string;
diff --git a/common/commands/revisionupdate.fbs b/common/commands/revisionupdate.fbs
index d95f1b5..bf3943f 100644
--- a/common/commands/revisionupdate.fbs
+++ b/common/commands/revisionupdate.fbs
@@ -1,7 +1,7 @@
1namespace Toynadi; 1namespace Akonadi;
2 2
3table RevisionUpdate { 3table RevisionUpdate {
4 revision: ulong; 4 revision: ulong;
5} 5}
6 6
7root_type RevisionUpdate; \ No newline at end of file 7root_type RevisionUpdate;