summaryrefslogtreecommitdiffstats
path: root/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'url.h')
-rw-r--r--url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/url.h b/url.h
index ef01c5e034..2d7ae89eb8 100644
--- a/url.h
+++ b/url.h
@@ -5,7 +5,7 @@ typedef struct {
char *url;
char *protocol;
char *hostname;
- char *path;
+ char *file;
unsigned int port;
} URL_t;