aboutsummaryrefslogtreecommitdiffhomepage
path: root/dump-restore-private.h
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2014-03-25 19:48:57 +0200
committerGravatar David Bremner <david@tethera.net>2014-03-30 19:23:16 -0300
commit3863755f6d9f3e7666c1484822384c036a4426c3 (patch)
tree700b072182f4c395b138ee8dec25d95e3efa53df /dump-restore-private.h
parent2a79d81211664ca3f0cd1a847795d48bd66b8a3d (diff)
cli: abstract dump file open from the dump command
Also expose the dump function to the rest of notmuch. No functional changes, except for slight improvement in error handling.
Diffstat (limited to 'dump-restore-private.h')
-rw-r--r--dump-restore-private.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/dump-restore-private.h b/dump-restore-private.h
deleted file mode 100644
index 896a0043..00000000
--- a/dump-restore-private.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#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