X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=21b087980a17f45a8d7537b5d7116fbdee449313;hp=793f32ecc55a36d5b08d57a7ce99ebc5d4d72e80;hb=14c60cf168ac3b0f277188c16e6012b7ebdadde7;hpb=f5185881f7b01f67b5b64218804749b733f08d44 diff --git a/notmuch-client.h b/notmuch-client.h index 793f32ec..21b08798 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -145,7 +145,7 @@ chomp_newline (char *str) * this. New (required) map fields can be added without increasing * this. */ -#define NOTMUCH_FORMAT_CUR 2 +#define NOTMUCH_FORMAT_CUR 3 /* The minimum supported structured output format version. Requests * for format versions below this will return an error. */ #define NOTMUCH_FORMAT_MIN 1 @@ -489,6 +489,9 @@ print_status_database (const char *loc, const notmuch_database_t *database, notmuch_status_t status); +int +status_to_exit (notmuch_status_t status); + #include "command-line-arguments.h" extern char *notmuch_requested_db_uuid;