summaryrefslogtreecommitdiff
path: root/navit/file.h
diff options
context:
space:
mode:
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 b6ee01e7..124db12a 100644
--- a/navit/file.h
+++ b/navit/file.h
@@ -85,6 +85,7 @@ void *file_opendir(char *dir);
char *file_readdir(void *hnd);
void file_closedir(void *hnd);
struct file *file_create_caseinsensitive(char *name, struct attr **options);
+void file_fsync(struct file *f);
void file_destroy(struct file *f);
struct file_wordexp *file_wordexp_new(const char *pattern);
int file_wordexp_get_count(struct file_wordexp *wexp);