Merge branch '1.1'
[jansson.git] / src / jansson.h
index 607dfb5..59e3eb5 100644 (file)
@@ -123,9 +123,9 @@ int json_integer_value(const json_t *integer);
 double json_real_value(const json_t *real);
 double json_number_value(const json_t *json);
 
-int json_string_set(const json_t *string, const char *value);
-int json_integer_set(const json_t *integer, int value);
-int json_real_set(const json_t *real, double value);
+int json_string_set(json_t *string, const char *value);
+int json_integer_set(json_t *integer, int value);
+int json_real_set(json_t *real, double value);
 
 
 /* loading, printing */