mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -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
|
@ -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