mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
Replace inline with JSON_INLINE in json_object_iter_set() declaration
This commit is contained in:
parent
f71eb7fe17
commit
94182a5acc
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ int json_object_set_nocheck(json_t *object, const char *key, json_t *value)
|
|||
return json_object_set_new_nocheck(object, key, json_incref(value));
|
||||
}
|
||||
|
||||
static inline
|
||||
static JSON_INLINE
|
||||
int json_object_iter_set(json_t *object, void *iter, json_t *value)
|
||||
{
|
||||
return json_object_iter_set_new(object, iter, json_incref(value));
|
||||
|
|
Loading…
Add table
Reference in a new issue