]> git.cworth.org Git - obsolete/notmuch-old/blob - dump-restore-private.h
contrib: pick: remove sync tests
[obsolete/notmuch-old] / dump-restore-private.h
1 #ifndef DUMP_RESTORE_PRIVATE_H
2 #define DUMP_RESTORE_PRIVATE_H
3
4 #include "hex-escape.h"
5 #include "command-line-arguments.h"
6
7 typedef enum dump_formats {
8     DUMP_FORMAT_AUTO,
9     DUMP_FORMAT_BATCH_TAG,
10     DUMP_FORMAT_SUP
11 } dump_format_t;
12
13 #endif