Merge branch '2.4'
This commit is contained in:
commit
40c2e532b9
@ -47,7 +47,7 @@ typedef enum {
|
||||
JSON_NULL
|
||||
} json_type;
|
||||
|
||||
typedef struct {
|
||||
typedef struct json_t {
|
||||
json_type type;
|
||||
size_t refcount;
|
||||
} json_t;
|
||||
|
Loading…
Reference in New Issue
Block a user