]> git.notmuchmail.org Git - notmuch/blob - dump-restore-private.h
lib: make folder: prefix literal
[notmuch] / 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