mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-06 12:40:13 -04:00
8 lines
257 B
C
8 lines
257 B
C
/* $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 **);
|