diff options
author | Michael Clark <michael@metaparadigm.com> | 2007-12-07 02:50:42 +0000 |
---|---|---|
committer | Michael Clark <michael@metaparadigm.com> | 2007-12-07 02:50:42 +0000 |
commit | 14862b1ef32f285ef040f10c9319973b0285e8f7 (patch) | |
tree | 85b960d5444c988051b6e18752fd800b8b958895 /debug.h | |
parent | c8f4a6e7de8a4307ca795f307774ef66e1248c11 (diff) | |
download | json-c-14862b1ef32f285ef040f10c9319973b0285e8f7.tar.gz |
Patch allows for json-c compile with -Werror and not fail due to
-Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
Geoffrey Young, geoff at modperlcookbook dot org
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@20 327403b1-1117-474d-bef2-5cb71233fd97
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #define _DEBUG_H_ extern void mc_set_debug(int debug); -extern int mc_get_debug(); +extern int mc_get_debug(void); extern void mc_set_syslog(int syslog); extern void mc_abort(const char *msg, ...); |