Home | History | Annotate | Line # | Download | only in common
      1  1.3    wiz /*	$NetBSD: readfile.h,v 1.3 2002/07/14 00:26:18 wiz Exp $	*/
      2  1.2  perry 
      3  1.1    gwr /* readfile.h */
      4  1.1    gwr 
      5  1.1    gwr #include "bptypes.h"
      6  1.1    gwr #include "hash.h"
      7  1.1    gwr 
      8  1.3    wiz extern boolean hwlookcmp(hash_datum *, hash_datum *);
      9  1.3    wiz extern boolean iplookcmp(hash_datum *, hash_datum *);
     10  1.3    wiz extern boolean nmcmp(hash_datum *, hash_datum *);
     11  1.3    wiz extern void readtab(int);
     12  1.3    wiz extern void rdtab_init(void);
     13