Deleted Added
full compact
2c2
< /* $FreeBSD: head/include/hesiod.h 65532 2000-09-06 18:16:48Z nectar $ */
---
> /* $FreeBSD: head/include/hesiod.h 93032 2002-03-23 17:24:55Z imp $ */
84,88c84,88
< int hesiod_init __P((void **));
< char **hesiod_resolve __P((void *, const char *, const char *));
< void hesiod_free_list __P((void *, char **));
< char *hesiod_to_bind __P((void *, const char *, const char *));
< void hesiod_end __P((void *));
---
> int hesiod_init(void **);
> char **hesiod_resolve(void *, const char *, const char *);
> void hesiod_free_list(void *, char **);
> char *hesiod_to_bind(void *, const char *, const char *);
> void hesiod_end(void *);
91,95c91,95
< int hes_init __P((void));
< char *hes_to_bind __P((const char *, const char *));
< char **hes_resolve __P((const char *, const char *));
< int hes_error __P((void));
< void hes_free __P((char **));
---
> int hes_init(void);
> char *hes_to_bind(const char *, const char *);
> char **hes_resolve(const char *, const char *);
> int hes_error(void);
> void hes_free(char **);