mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
jansson update. 2.11 to 2.12
fix warnings
This commit is contained in:
parent
91809c6d94
commit
5d5e273982
10 changed files with 194 additions and 154 deletions
|
@ -16,7 +16,7 @@ typedef struct {
|
|||
size_t size; /* bytes allocated */
|
||||
} strbuffer_t;
|
||||
|
||||
int strbuffer_init(strbuffer_t *strbuff);
|
||||
int strbuffer_init(strbuffer_t *strbuff) JANSSON_ATTRS(warn_unused_result);
|
||||
void strbuffer_close(strbuffer_t *strbuff);
|
||||
|
||||
void strbuffer_clear(strbuffer_t *strbuff);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue