diff options
Diffstat (limited to 'lib/libfetch/fetch.h')
-rw-r--r-- | lib/libfetch/fetch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index beb43e6..2395220 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -110,6 +110,7 @@ int fetchStat(struct url *, struct url_stat *, char *); struct url_ent *fetchList(struct url *, char *); /* URL parsing */ +struct url *fetchMakeURL(char *, char *, int, char *, char *, char *); struct url *fetchParseURL(char *); void fetchFreeURL(struct url *); |