X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=c80b39cb4ce4faf5b5669b43c80540bce68f31b7;hp=77766de2cb56cda4bb8ac019426e16380c380839;hb=bf159bd829efb6aa73c68542949eb11d9a44d93c;hpb=63ef5cd07320f70db84d94cc88c4fd3ead534a87 diff --git a/notmuch-client.h b/notmuch-client.h index 77766de2..c80b39cb 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -123,6 +123,9 @@ notmuch_status_t show_message_body (const char *filename, void (*show_part) (GMimeObject *part, int *part_count)); +char * +json_quote_str (const void *ctx, const char *str); + /* notmuch-config.c */ typedef struct _notmuch_config notmuch_config_t;