aboutsummaryrefslogtreecommitdiffstats
path: root/src/cJSON.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cJSON.h')
-rw-r--r--src/cJSON.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cJSON.h b/src/cJSON.h
index 69c3056a..a200c318 100644
--- a/src/cJSON.h
+++ b/src/cJSON.h
@@ -113,6 +113,7 @@ extern cJSON *cJSON_CreateFalse(void);
extern cJSON *cJSON_CreateBool(int b);
extern cJSON *cJSON_CreateNumber(double num);
extern cJSON *cJSON_CreateString(const char *string);
+extern cJSON *cJSON_CreateStringConvey (char *string);
extern cJSON *cJSON_CreateArray(void);
extern cJSON *cJSON_CreateObject(void);