Deleted Added
full compact
2c2
< /* $FreeBSD: head/include/netconfig.h 74843 2001-03-27 09:43:09Z alfred $ */
---
> /* $FreeBSD: head/include/netconfig.h 93032 2002-03-23 17:24:55Z imp $ */
82,86c82,86
< void *setnetconfig __P((void));
< struct netconfig *getnetconfig __P((void *));
< struct netconfig *getnetconfigent __P((const char *));
< void freenetconfigent __P((struct netconfig *));
< int endnetconfig __P((void *));
---
> void *setnetconfig(void);
> struct netconfig *getnetconfig(void *);
> struct netconfig *getnetconfigent(const char *);
> void freenetconfigent(struct netconfig *);
> int endnetconfig(void *);
88,89c88,89
< void *setnetpath __P((void));
< struct netconfig *getnetpath __P((void *));
---
> void *setnetpath(void);
> struct netconfig *getnetpath(void *);
92,93c92,93
< void nc_perror __P((const char *));
< char *nc_sperror __P((void));
---
> void nc_perror(const char *);
> char *nc_sperror(void);