summaryrefslogtreecommitdiffstats
path: root/notmuch-client.h
diff options
context:
space:
mode:
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 0985a7b0..6c84ecc0 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -482,6 +482,11 @@ print_status_query (const char *loc,
notmuch_status_t status);
notmuch_status_t
+print_status_message (const char *loc,
+ const notmuch_message_t *message,
+ notmuch_status_t status);
+
+notmuch_status_t
print_status_database (const char *loc,
const notmuch_database_t *database,
notmuch_status_t status);