summaryrefslogtreecommitdiff
path: root/navit/cache.h
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-06-27 20:25:05 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-06-27 20:25:05 +0000
commit34ac42d7eca742c35ce3436d45555e3c173d9a73 (patch)
tree636b88ebd2f9584ffe6e44d742b9aaca3379c8ff /navit/cache.h
parent9d4838da7646c972deba86dc877536592f63bbde (diff)
downloadnavit-34ac42d7eca742c35ce3436d45555e3c173d9a73.tar.gz
Fix:Core: Adds in forgotten prototype for cache_flush_data
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4542 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/cache.h')
-rw-r--r--navit/cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/cache.h b/navit/cache.h
index b2e83b7f1..cdeea02e5 100644
--- a/navit/cache.h
+++ b/navit/cache.h
@@ -9,4 +9,5 @@ void cache_insert(struct cache *cache, void *data);
void *cache_insert_new(struct cache *cache, void *id, int size);
void cache_flush(struct cache *cache, void *id);
void cache_dump(struct cache *cache);
+void cache_flush_data(struct cache *cache, void *data);
/* end of prototypes */