fixed to uint32 param

fixed to uint32 param
This commit is contained in:
Michael Chen 2015-07-06 13:50:25 -04:00
parent 9f04578948
commit 982c2664a8
1 changed files with 1 additions and 1 deletions

View File

@ -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);