summaryrefslogtreecommitdiffstats
path: root/common/commands/deleteentity.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands/deleteentity.fbs')
-rw-r--r--common/commands/deleteentity.fbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/commands/deleteentity.fbs b/common/commands/deleteentity.fbs
new file mode 100644
index 0000000..c9b7850
--- /dev/null
+++ b/common/commands/deleteentity.fbs
@@ -0,0 +1,8 @@
1namespace Akonadi2;
2
3table DeleteEntity {
4 revision: ulong;
5 entityId: string;
6}
7
8root_type DeleteEntity;