summaryrefslogtreecommitdiff
path: root/navit/debug.h
diff options
context:
space:
mode:
authorwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-18 09:06:41 +0000
committerwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-18 09:06:41 +0000
commitb077466ff11b11aa0d4ad862aef569df9596df8a (patch)
tree17c9752525f9bd49312c36a1ed9da66a74094394 /navit/debug.h
parenta773e420fba5cce87df70c6f3d0bbf85ad3c9cc1 (diff)
downloadnavit-b077466ff11b11aa0d4ad862aef569df9596df8a.tar.gz
Fix:Core:Fix some memory leaks for debug stuff and one unreachable codeline
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3045 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/debug.h')
-rw-r--r--navit/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/debug.h b/navit/debug.h
index 02f11dd9d..f7d13d9de 100644
--- a/navit/debug.h
+++ b/navit/debug.h
@@ -44,6 +44,7 @@ struct debug *debug_new(struct attr *parent, struct attr **attrs);
void debug_vprintf(int level, const char *module, const int mlen, const char *function, const int flen, int prefix, const char *fmt, va_list ap);
void debug_printf(int level, const char *module, const int mlen, const char *function, const int flen, int prefix, const char *fmt, ...);
void debug_assert_fail(char *module, const int mlen,const char *function, const int flen, char *file, int line, char *expr);
+void debug_finished(void);
/* end of prototypes */
#ifdef __cplusplus