blob: de39b7661d977567f3f0705fef34ebef10a5a355 (
plain)
1
2
3
4
5
6
7
|
/* $NetBSD: dovend.h,v 1.3 2002/07/14 00:26:17 wiz Exp $ */
/* dovend.h */
extern int dovend_rfc1497(struct host *hp, u_char *buf, int len);
extern int insert_ip(byte, struct in_addr_list *, byte **, int *);
extern void insert_u_long(u_int32, u_char **);
|