summaryrefslogtreecommitdiff
path: root/navit/file.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-02-26 08:53:43 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-02-26 08:53:43 +0000
commit5b25c491ea10dfa5eae4cbef8b68ba2113128677 (patch)
tree47a97d62ff91a99f2cf17f5d19db4b0d49cda0bc /navit/file.h
parentf4e058e2da6a312d532250d6c36a65795df3b2c3 (diff)
downloadnavit-svn-5b25c491ea10dfa5eae4cbef8b68ba2113128677.tar.gz
Add:Core:Possibility to configure cache size
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5393 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/file.h')
-rw-r--r--navit/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/file.h b/navit/file.h
index 124db12a..40114faa 100644
--- a/navit/file.h
+++ b/navit/file.h
@@ -94,6 +94,7 @@ void file_wordexp_destroy(struct file_wordexp *wexp);
int file_get_param(struct file *file, struct param_list *param, int count);
int file_version(struct file *file, int byname);
void *file_get_os_handle(struct file *file);
+int file_set_cache_size(int cache_size);
void file_init(void);
int file_is_reg(char *name);
void file_data_remove(struct file *file, unsigned char *data);