Merging upstream version 2.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0d9181726f
commit
f268303a51
572 changed files with 4636 additions and 1730 deletions
|
@ -78,5 +78,6 @@ void json_object_add_byte_array(struct json_object *o, const char *k, unsigned c
|
|||
void json_object_add_nprix64(struct json_object *o, const char *k, uint64_t v);
|
||||
void json_object_add_uint_0nx(struct json_object *o, const char *k, __u32 v, int width);
|
||||
void json_object_add_0nprix64(struct json_object *o, const char *k, uint64_t v, int width);
|
||||
void json_object_add_string(struct json_object *o, const char *k, const char *format, ...);
|
||||
|
||||
#endif /* __JSON__H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue