freebsd-dev/libexec/bootpd/dovend.h
John Baldwin 8b356c8881 bootpd: Use C89 function definitions.
Trim a few duplicate (but incomplete) function prototypes as well.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D39520
2023-04-18 11:21:15 -07:00

7 lines
212 B
C

/* dovend.h */
/* $FreeBSD$ */
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 **);