From 3863755f6d9f3e7666c1484822384c036a4426c3 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 25 Mar 2014 19:48:57 +0200 Subject: 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. --- notmuch-client.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index 278b498a..d1106482 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -441,5 +441,16 @@ mime_node_child (mime_node_t *parent, int child); mime_node_t * mime_node_seek_dfs (mime_node_t *node, int n); +typedef enum dump_formats { + DUMP_FORMAT_AUTO, + DUMP_FORMAT_BATCH_TAG, + DUMP_FORMAT_SUP +} dump_format_t; + +int +notmuch_database_dump (notmuch_database_t *notmuch, + const char *output_file_name, + const char *query_str, dump_format_t output_format); + #include "command-line-arguments.h" #endif -- cgit v1.2.3