mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 03:49:06 +08:00
Rename _set_last_err() to _json_c_set_last_err().
This commit is contained in:
@@ -48,7 +48,7 @@ struct json_object
|
||||
void *_userdata;
|
||||
};
|
||||
|
||||
void _set_last_err(const char *err_fmt, ...);
|
||||
void _json_c_set_last_err(const char *err_fmt, ...);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user