Make _set_last_err() non-static so it can be used outside of json_util.c

This commit is contained in:
Eric Haszlakiewicz
2017-06-18 18:11:17 +00:00
parent e76ea37772
commit 8581806558
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -48,6 +48,8 @@ struct json_object
void *_userdata;
};
void _set_last_err(const char *err_fmt, ...);
#ifdef __cplusplus
}
#endif