Make _set_last_err() non-static so it can be used outside of json_util.c
This commit is contained in:
@@ -48,6 +48,8 @@ struct json_object
|
||||
void *_userdata;
|
||||
};
|
||||
|
||||
void _set_last_err(const char *err_fmt, ...);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user