summaryrefslogtreecommitdiffstats
path: root/common/commands/handshake.fbs
blob: 90c0d3a63dc88415cfeb7636672c9ede3f317b8e (plain)
1
2
3
4
5
6
7
8
9
namespace Akonadi;

table Handshake {
    name: string;
}

root_type Handshake;