mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
jansson update. 2.11 to 2.12 (#724)
This commit is contained in:
parent
5594c6215e
commit
6a2bd85719
10 changed files with 190 additions and 151 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue