X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=d36b9ec16ce4aba89c782489b0ad91057fb34c8a;hp=a090589ef6ef28f350d1364f488b1b8f711bc0bf;hb=a48f3687785b2c138b2c47848bd05512fc893a0b;hpb=44df403ccd2fa637dfa543f749a949454245b182 diff --git a/notmuch-client.h b/notmuch-client.h index a090589e..d36b9ec1 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -132,6 +132,9 @@ show_message_body (const char *filename, notmuch_status_t show_one_part (const char *filename, int part); +char * +json_quote_chararray (const void *ctx, const char *str, const size_t len); + char * json_quote_str (const void *ctx, const char *str);