summaryrefslogtreecommitdiffstats
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2016-01-09 21:34:21 -0400
committerDavid Bremner <david@tethera.net>2016-03-29 22:59:35 -0300
commitccf0db161590e2aac7db0e049547c347ab4db528 (patch)
tree769014c8f205ccefb21500d92de3694b11eb1414 /notmuch-client.h
parent9bbc54bd406fc218a5463efe9a127aee461fb47b (diff)
CLI: add print_status_database
This could probably be used at quite a few places in the existing code, but in the immediate future I plan to use in some new code in notmuch-dump
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index 18e6c60b..b3d0b668 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -462,6 +462,11 @@ print_status_query (const char *loc,
const notmuch_query_t *query,
notmuch_status_t status);
+notmuch_status_t
+print_status_database (const char *loc,
+ const notmuch_database_t *database,
+ notmuch_status_t status);
+
#include "command-line-arguments.h"
extern char *notmuch_requested_db_uuid;