summaryrefslogtreecommitdiff
path: root/navit/file.h
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-10 21:38:01 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-10 21:38:01 +0000
commit08bfdcc5c61fcf7709b7e0af7437f08b2e86a802 (patch)
tree621f2826b49d53e34add6f4420548710e9ed26c0 /navit/file.h
parent814f35a0b88e7a73927cec3a32a370f0ea4cc669 (diff)
downloadnavit-08bfdcc5c61fcf7709b7e0af7437f08b2e86a802.tar.gz
Fix:Core: Adds in struct, makes compiler happy
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4128 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/file.h')
-rw-r--r--navit/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/file.h b/navit/file.h
index 99f2bca09..c07da9ba3 100644
--- a/navit/file.h
+++ b/navit/file.h
@@ -59,6 +59,8 @@ struct file {
GHashTable *headers;
};
+struct attr *attr;
+
/* prototypes */
int file_request(struct file *f, struct attr **options);
char *file_http_header(struct file *f, char *header);