summaryrefslogtreecommitdiffstats
path: root/common/entity.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/entity.fbs')
-rw-r--r--common/entity.fbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/entity.fbs b/common/entity.fbs
new file mode 100644
index 0000000..565b1a7
--- /dev/null
+++ b/common/entity.fbs
@@ -0,0 +1,9 @@
1namespace Akonadi2;
2
3table Entity {
4 metadata: [ubyte];
5 resource: [ubyte];
6 local: [ubyte];
7}
8
9root_type Entity;