aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index a090589e..d36b9ec1 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -133,6 +133,9 @@ 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);
/* notmuch-config.c */