diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-05-25 16:46:09 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-05-25 16:46:09 +0000 |
| commit | 9a964d6a8208cca64bb33e2e06e6fdb99185bea4 (patch) | |
| tree | f91685ca6c3f509c6256124bb5318dac0ecf1a2a /lib/libfetch/fetch.h | |
| parent | 84861c13f9cdaacde411cb90b3e11f57785ddeb2 (diff) | |
Notes
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 beb43e6a395f..2395220af8ef 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 *); |
