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-restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-restore.c') diff --git a/notmuch-restore.c b/notmuch-restore.c index f23ab983..c54d5132 100644 --- a/notmuch-restore.c +++ b/notmuch-restore.c @@ -19,7 +19,7 @@ */ #include "notmuch-client.h" -#include "dump-restore-private.h" +#include "hex-escape.h" #include "tag-util.h" #include "string-util.h" -- cgit v1.2.3