summaryrefslogtreecommitdiff
path: root/navit/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/file.h')
-rw-r--r--navit/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/file.h b/navit/file.h
index 2632ccc69..87765acdc 100644
--- a/navit/file.h
+++ b/navit/file.h
@@ -59,7 +59,7 @@ struct file {
GHashTable *headers;
};
-struct attr *attr;
+struct attr;
/* prototypes */
int file_request(struct file *f, struct attr **options);