summaryrefslogtreecommitdiffstats
path: root/common/commands/revisionupdate.fbs
blob: 634bcd00280e69791ff26fdf66caca9e2b574459 (plain)
1
2
3
4
5
6
7
namespace Akonadi2;

table RevisionUpdate {
    revision: ulong;
}

root_type RevisionUpdate;