mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 14:05:03 +00:00
Merge branch '2.4'
This commit is contained in:
commit
40c2e532b9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue