Bump to 0.12
[platform/upstream/json-c.git] / debug.h
diff --git a/debug.h b/debug.h
index 1e09701..80ca3e4 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -23,7 +23,7 @@ extern void mc_set_debug(int debug);
 extern int mc_get_debug(void);
 
 extern void mc_set_syslog(int syslog);
-extern void mc_abort(const char *msg, ...);
+
 extern void mc_debug(const char *msg, ...);
 extern void mc_error(const char *msg, ...);
 extern void mc_info(const char *msg, ...);
@@ -48,7 +48,6 @@ extern void mc_info(const char *msg, ...);
 
 #endif
 
-#define MC_ABORT(x, ...) mc_abort(x, ##__VA_ARGS__)
 #define MC_ERROR(x, ...) mc_error(x, ##__VA_ARGS__)
 
 #ifdef MC_MAINTAINER_MODE