aboutsummaryrefslogtreecommitdiffstats
path: root/src/json/jansson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/json/jansson.h')
-rw-r--r--src/json/jansson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json/jansson.h b/src/json/jansson.h
index 0d859f384..a66fc363f 100644
--- a/src/json/jansson.h
+++ b/src/json/jansson.h
@@ -120,6 +120,7 @@ typedef struct {
json_t *json_loads(const char *input, json_error_t *error);
json_t *json_loadf(FILE *input, json_error_t *error);
json_t *json_load_file(const char *path, json_error_t *error);
+json_t *json_load_evbuffer(struct evbuffer *evb, json_error_t *error);
#define JSON_INDENT(n) (n & 0xFF)