From e4e158a79773e32fac0f81d7e7968ae63e990516 Mon Sep 17 00:00:00 2001 From: seralph Date: Tue, 6 Oct 2009 19:02:35 +0000 Subject: Fix:core:Fixed various compiler warnings git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2640 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/file.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'navit/file.h') diff --git a/navit/file.h b/navit/file.h index 67944bc8b..00533add8 100644 --- a/navit/file.h +++ b/navit/file.h @@ -57,10 +57,6 @@ enum file_flags { }; /* prototypes */ -enum file_flags; -struct file; -struct file_wordexp; -struct param_list; struct file *file_create(char *name, enum file_flags flags); int file_is_dir(char *name); long long file_size(struct file *file); -- cgit v1.2.1