mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
11 lines
288 B
C
11 lines
288 B
C
/* readfile.h */
|
|
/* $FreeBSD$ */
|
|
|
|
#include "bptypes.h"
|
|
#include "hash.h"
|
|
|
|
extern boolean hwlookcmp(hash_datum *, hash_datum *);
|
|
extern boolean iplookcmp(hash_datum *, hash_datum *);
|
|
extern boolean nmcmp(hash_datum *, hash_datum *);
|
|
extern void readtab(int);
|
|
extern void rdtab_init(void);
|