summaryrefslogtreecommitdiff
path: root/imap/src/c-client/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'imap/src/c-client/json.h')
-rw-r--r--imap/src/c-client/json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap/src/c-client/json.h b/imap/src/c-client/json.h
index ed7800f5..2911044b 100644
--- a/imap/src/c-client/json.h
+++ b/imap/src/c-client/json.h
@@ -38,5 +38,6 @@ JSON_S *json_by_name_and_type(JSON_S *, char *, JObjType);
JSON_S *json_parse(unsigned char *);
JSON_S *json_body_value(JSON_S *, unsigned char *);
void json_free(JSON_S **);
+unsigned char *json2uchar(JSON_S *, unsigned char **);
#endif /* JSON_H_INCLUDED */