mirror of https://github.com/akheron/jansson
parent
9f04578948
commit
982c2664a8
|
@ -131,7 +131,7 @@ typedef struct {
|
|||
|
||||
/* getters, setters, manipulation */
|
||||
|
||||
int json_set_flag(json_t *json, int32_t input);
|
||||
int json_set_flag(json_t *json, uint32_t input);
|
||||
|
||||
void json_object_seed(size_t seed);
|
||||
size_t json_object_size(const json_t *object);
|
||||
|
|
Loading…
Reference in New Issue