X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=de8a3b15f86558886f79abaf909995192a75d09a;hp=882aa30563df68283bdac24d82e548980c6c9355;hb=39c54df26dad01e3ec294f7c4a613d9ee71faf3e;hpb=d4321162ae1bd5cbbf620a8bc26cec5430acf90b diff --git a/notmuch-client.h b/notmuch-client.h index 882aa305..de8a3b15 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -449,6 +449,15 @@ notmuch_database_dump (notmuch_database_t *notmuch, dump_format_t output_format, notmuch_bool_t gzip_output); +/* If status is non-zero (i.e. error) print appropriate + messages to stderr. +*/ + +notmuch_status_t +print_status_query (const char *loc, + const notmuch_query_t *query, + notmuch_status_t status); + #include "command-line-arguments.h" extern char *notmuch_requested_db_uuid;