mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
Trim a few duplicate (but incomplete) function prototypes as well. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39520
6 lines
212 B
C
6 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 **);
|