summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorMichael Clark <michael@metaparadigm.com>2007-12-07 02:50:42 +0000
committerMichael Clark <michael@metaparadigm.com>2007-12-07 02:50:42 +0000
commit14862b1ef32f285ef040f10c9319973b0285e8f7 (patch)
tree85b960d5444c988051b6e18752fd800b8b958895 /debug.h
parentc8f4a6e7de8a4307ca795f307774ef66e1248c11 (diff)
downloadjson-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index 8c183e1..951e994 100644
--- a/debug.h
+++ b/debug.h
@@ -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, ...);