summaryrefslogtreecommitdiff
path: root/navit/debug.h
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-04 20:23:56 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-04 20:23:56 +0000
commit84398fd23443a195ad3d9f4df8756fd773a82e97 (patch)
tree2adb289dc9e20d9f83bb76d82ea663974d1adaaf /navit/debug.h
parent257fcbe6fb48dc3b9bceb39b61bb50840491416d (diff)
downloadnavit-84398fd23443a195ad3d9f4df8756fd773a82e97.tar.gz
Fix:Core: Adds in forgotten prototype for 'debug_realloc'
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4088 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 a82651141..31cdab3e1 100644
--- a/navit/debug.h
+++ b/navit/debug.h
@@ -77,6 +77,7 @@ char *debug_guard(const char *where, int line, const char *func, char *str);
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);
/* end of prototypes */
#ifdef __cplusplus