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

table Handshake {
    name: string;
}

root_type Handshake;