X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=8643a63f0a57df633767c099a730d0dbb188495f;hp=270553ad7f1cc9d5f79c4a20226301fdb2f49871;hb=717e3dcdc3e55d72c8e4a1948708c34170dbf926;hpb=1459217e17e94277495c5c644b5a4ca1651c9452 diff --git a/notmuch-client.h b/notmuch-client.h index 270553ad..8643a63f 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -137,7 +137,7 @@ chomp_newline (char *str) * this. New (required) map fields can be added without increasing * this. */ -#define NOTMUCH_FORMAT_CUR 4 +#define NOTMUCH_FORMAT_CUR 5 /* The minimum supported structured output format version. Requests * for format versions below this will return an error. */ #define NOTMUCH_FORMAT_MIN 1 @@ -250,6 +250,10 @@ json_quote_chararray (const void *ctx, const char *str, const size_t len); char * json_quote_str (const void *ctx, const char *str); +/* notmuch-client-init.c */ + +void notmuch_client_init (void); + /* notmuch-config.c */ typedef enum {