diff options
Diffstat (limited to 'common/commands/handshake.fbs')
-rw-r--r-- | common/commands/handshake.fbs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/commands/handshake.fbs b/common/commands/handshake.fbs index 90c0d3a..52a883a 100644 --- a/common/commands/handshake.fbs +++ b/common/commands/handshake.fbs | |||
@@ -1,9 +1,7 @@ | |||
1 | 1 | namespace Akonadi2; | |
2 | namespace Akonadi; | ||
3 | 2 | ||
4 | table Handshake { | 3 | table Handshake { |
5 | name: string; | 4 | name: string; |
6 | } | 5 | } |
7 | 6 | ||
8 | root_type Handshake; | 7 | root_type Handshake; |
9 | |||