diff options
Diffstat (limited to 'lib/libfetch/common.h')
-rw-r--r-- | lib/libfetch/common.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libfetch/common.h b/lib/libfetch/common.h index eb34033..0a11548 100644 --- a/lib/libfetch/common.h +++ b/lib/libfetch/common.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: common.h,v 1.3 1998/12/16 10:24:53 des Exp $ + * $Id: common.h,v 1.4 1998/12/18 14:32:48 des Exp $ */ #ifndef _COMMON_H_INCLUDED @@ -42,7 +42,9 @@ void _fetch_seterr(struct fetcherr *, int); void _fetch_syserr(void); int _fetch_info(char *fmt, ...); int _fetch_connect(char *, int, int); - +int _fetch_add_entry(struct url_ent **p, int *size, int *len, + char *name, struct url_stat *stat); + #define _ftp_seterr(n) _fetch_seterr(_ftp_errlist, n) #define _http_seterr(n) _fetch_seterr(_http_errlist, n) #define _netdb_seterr(n) _fetch_seterr(_netdb_errlist, n) |