]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/jansson/jansson_private.h
jansson update. 2.11 to 2.12 (#724)
[proxmark3-svn] / client / jansson / jansson_private.h
index 7b0985aa6d1aa3c7a3173555062969fec9d5319d..083604b4dac1a86497ad290f507c2e8612f02fa8 100644 (file)
@@ -87,11 +87,11 @@ int jsonp_strtod(strbuffer_t *strbuffer, double *out);
 int jsonp_dtostr(char *buffer, size_t size, double value, int prec);
 
 /* Wrappers for custom memory functions */
-void* jsonp_malloc(size_t size);
+void* jsonp_malloc(size_t size) JANSSON_ATTRS(warn_unused_result);
 void jsonp_free(void *ptr);
-char *jsonp_strndup(const char *str, size_t length);
-char *jsonp_strdup(const char *str);
-char *jsonp_strndup(const char *str, size_t len);
+char *jsonp_strndup(const char *str, size_t length) JANSSON_ATTRS(warn_unused_result);
+char *jsonp_strdup(const char *str) JANSSON_ATTRS(warn_unused_result);
+char *jsonp_strndup(const char *str, size_t len) JANSSON_ATTRS(warn_unused_result);
 
 
 /* Windows compatibility */
Impressum, Datenschutz