mirror of
https://github.com/json-c/json-c.git
synced 2026-03-31 10:59:06 +08:00
Add includes and split off json_types.h to help ensure that headers can be included in any order.
This commit is contained in:
@@ -23,6 +23,10 @@ extern "C" {
|
||||
/**< how many bytes are directly stored in json_object for strings? */
|
||||
#define LEN_DIRECT_STRING_DATA 32
|
||||
|
||||
struct json_object;
|
||||
#include "json_inttypes.h"
|
||||
#include "json_types.h"
|
||||
|
||||
typedef void(json_object_private_delete_fn)(struct json_object *o);
|
||||
|
||||
/* json object int type, support extension*/
|
||||
|
||||
Reference in New Issue
Block a user