1998-01-09 11:03:16 +03:00
|
|
|
/* $NetBSD: dovend.h,v 1.2 1998/01/09 08:09:06 perry Exp $ */
|
|
|
|
|
1994-06-28 01:25:48 +04:00
|
|
|
/* dovend.h */
|
|
|
|
|
|
|
|
#ifdef __STDC__
|
|
|
|
#define P(args) args
|
|
|
|
#else
|
|
|
|
#define P(args) ()
|
|
|
|
#endif
|
|
|
|
|
|
|
|
extern int dovend_rfc1497 P((struct host *hp, u_char *buf, int len));
|
|
|
|
extern int insert_ip P((int, struct in_addr_list *, u_char **, int *));
|
|
|
|
extern void insert_u_long P((u_int32, u_char **));
|
|
|
|
|
|
|
|
#undef P
|