File: readfile.h

package info (click to toggle)
bootp 2.4.3-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 472 kB
  • ctags: 610
  • sloc: ansic: 5,908; makefile: 157; sh: 53
file content (19 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* readfile.h */

#include "bptypes.h"
#include "hash.h"

#ifdef	__STDC__
#define P(args) args
#else
#define P(args) ()
#endif

extern boolean hwlookcmp P((hash_datum *, hash_datum *));
extern boolean iplookcmp P((hash_datum *, hash_datum *));
extern boolean nmcmp P((hash_datum *, hash_datum *));
extern void readtab P((int));
extern void rdtab_init P((void));

#undef P