1 /* $NetBSD: readfile.h,v 1.2 1998/01/09 08:09:14 perry Exp $ */ 2 3 /* readfile.h */ 4 5 #include "bptypes.h" 6 #include "hash.h" 7 8 #ifdef __STDC__ 9 #define P(args) args 10 #else 11 #define P(args) () 12 #endif 13 14 extern boolean hwlookcmp P((hash_datum *, hash_datum *)); 15 extern boolean iplookcmp P((hash_datum *, hash_datum *)); 16 extern boolean nmcmp P((hash_datum *, hash_datum *)); 17 extern void readtab P((int)); 18 extern void rdtab_init P((void)); 19 20 #undef P 21 22