summaryrefslogtreecommitdiff
path: root/navit/debug.h
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-09-21 11:34:18 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-09-21 11:34:18 +0000
commit45617e78c0864e38d365827e5244daf225dafa27 (patch)
tree346c9f3332e315ffc111a1159a708b5b6bede1a3 /navit/debug.h
parentec236f47a41c2431956e985b2ada602198bcd0d6 (diff)
downloadnavit-45617e78c0864e38d365827e5244daf225dafa27.tar.gz
Fix:Core: Adds in forgotten prototype for debug_set_global_level
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5226 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 036c08772..ccb3f8ec7 100644
--- a/navit/debug.h
+++ b/navit/debug.h
@@ -87,6 +87,7 @@ void debug_free(const char *where, int line, const char *func, void *ptr);
void debug_free_func(void *ptr);
void debug_finished(void);
void *debug_realloc(const char *where, int line, const char *func, void *ptr, int size);
+void debug_set_global_level(int level, int override_old_value);
/* end of prototypes */
#ifdef __cplusplus