jansson update. 2.11 to 2.12 (#724)

This commit is contained in:
Oleg Moiseenko 2018-11-30 09:43:46 +02:00 committed by pwpiwi
commit 6a2bd85719
10 changed files with 190 additions and 151 deletions

View file

@ -55,7 +55,7 @@ typedef struct hashtable {
*
* Returns 0 on success, -1 on error (out of memory).
*/
int hashtable_init(hashtable_t *hashtable);
int hashtable_init(hashtable_t *hashtable) JANSSON_ATTRS(warn_unused_result);
/**
* hashtable_close - Release all resources used by a hashtable object