mirror of
https://github.com/json-c/json-c.git
synced 2026-03-31 02:49:06 +08:00
Rename _set_last_err() to _json_c_set_last_err().
This commit is contained in:
@@ -77,8 +77,8 @@ extern int json_object_to_file_ext(const char *filename, struct json_object *obj
|
||||
extern int json_object_to_fd(int fd, struct json_object *obj, int flags);
|
||||
|
||||
/**
|
||||
* Return the last error from json_object_to_file{,_ext},
|
||||
* json_object_to_fd() or
|
||||
* Return the last error from various json-c functions, including:
|
||||
* json_object_to_file{,_ext}, json_object_to_fd() or
|
||||
* json_object_from_{file,fd}, or NULL if there is none.
|
||||
*/
|
||||
const char *json_util_get_last_err(void);
|
||||
|
||||
Reference in New Issue
Block a user