summaryrefslogtreecommitdiff
path: root/usr.sbin/bootp/common/readfile.h
blob: 1a0bf54e9d8d7b074547c76331f5c0dd929a4b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$NetBSD: readfile.h,v 1.3 2002/07/14 00:26:18 wiz Exp $	*/

/* readfile.h */

#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);