]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
configure: Fix installation of library to work with alternate --prefix
[notmuch] / notmuch-client.h
index 77766de2cb56cda4bb8ac019426e16380c380839..c80b39cb4ce4faf5b5669b43c80540bce68f31b7 100644 (file)
@@ -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;