xref: /netbsd/usr.sbin/bootp/common/dovend.h (revision bf9ec67e)
1 /*	$NetBSD: dovend.h,v 1.2 1998/01/09 08:09:06 perry Exp $	*/
2 
3 /* dovend.h */
4 
5 #ifdef	__STDC__
6 #define P(args) args
7 #else
8 #define P(args) ()
9 #endif
10 
11 extern int dovend_rfc1497 P((struct host *hp, u_char *buf, int len));
12 extern int insert_ip P((int, struct in_addr_list *, u_char **, int *));
13 extern void insert_u_long P((u_int32, u_char **));
14 
15 #undef P
16