Rename _set_last_err() to _json_c_set_last_err().

This commit is contained in:
Eric Haszlakiewicz
2017-11-29 09:25:11 -05:00
parent d99edade72
commit 437716c5b4
4 changed files with 14 additions and 14 deletions

View File

@@ -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);