diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-03-03 12:35:03 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-03-03 12:35:03 +0000 |
| commit | c42cb9d9061a304749fcad3366e68695c15f176e (patch) | |
| tree | 974cb3f0e590239d652417eb76c251441678ad92 /lib/libfetch/common.h | |
| parent | 7ac40f5f59dea6e9ab4869e974bdd4026274e921 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/common.h')
| -rw-r--r-- | lib/libfetch/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h index adc0f38a1325..6f652593076a 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -76,6 +76,7 @@ void _fetch_syserr(void); void _fetch_info(const char *, ...); int _fetch_default_port(const char *); int _fetch_default_proxy_port(const char *); +int _fetch_bind(int, int, const char *); conn_t *_fetch_connect(const char *, int, int, int); conn_t *_fetch_reopen(int); conn_t *_fetch_ref(conn_t *); |
