X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=dump-restore-private.h;fp=dump-restore-private.h;h=896a00430986cf50980a5cf42f18b8b5e9e640d0;hb=bfe66da4321ce63b6fb3693eddf809e2e0532888;hp=0000000000000000000000000000000000000000;hpb=9a989772cbf7d5699210adb0b9dd3b42c4bd49de;p=notmuch diff --git a/dump-restore-private.h b/dump-restore-private.h new file mode 100644 index 00000000..896a0043 --- /dev/null +++ b/dump-restore-private.h @@ -0,0 +1,13 @@ +#ifndef DUMP_RESTORE_PRIVATE_H +#define DUMP_RESTORE_PRIVATE_H + +#include "hex-escape.h" +#include "command-line-arguments.h" + +typedef enum dump_formats { + DUMP_FORMAT_AUTO, + DUMP_FORMAT_BATCH_TAG, + DUMP_FORMAT_SUP +} dump_format_t; + +#endif