summaryrefslogtreecommitdiffstats
path: root/common/commands/handshake.fbs
blob: e824715610e4395f22f880b535b021c87e9ceaf8 (plain)
1
2
3
4
5
6
7
namespace Akonadi2.Commands;

table Handshake {
    name: string;
}

root_type Handshake;