Allow forward declaring json_error_t values
This commit is contained in:
parent
f7a70de84a
commit
fbf720f2c5
@ -131,7 +131,7 @@ void json_decrefp(json_t **json)
|
||||
#define JSON_ERROR_TEXT_LENGTH 160
|
||||
#define JSON_ERROR_SOURCE_LENGTH 80
|
||||
|
||||
typedef struct {
|
||||
typedef struct json_error_t {
|
||||
int line;
|
||||
int column;
|
||||
int position;
|
||||
|
Loading…
Reference in New Issue
Block a user