Deleted Added
full compact
28c28
< * $FreeBSD: head/lib/libfetch/fetch.h 75891 2001-04-24 00:06:21Z archie $
---
> * $FreeBSD: head/lib/libfetch/fetch.h 77238 2001-05-26 19:37:15Z des $
58c58
< char name[MAXPATHLEN];
---
> char name[PATH_MAX];
127a128,131
> /* Authentication */
> typedef int (*auth_t)(struct url *);
> extern auth_t fetchAuthMethod;
>