Home | History | Annotate | Line # | Download | only in common
readfile.h revision 1.1
      1  1.1  gwr /* readfile.h */
      2  1.1  gwr 
      3  1.1  gwr #include "bptypes.h"
      4  1.1  gwr #include "hash.h"
      5  1.1  gwr 
      6  1.1  gwr #ifdef	__STDC__
      7  1.1  gwr #define P(args) args
      8  1.1  gwr #else
      9  1.1  gwr #define P(args) ()
     10  1.1  gwr #endif
     11  1.1  gwr 
     12  1.1  gwr extern boolean hwlookcmp P((hash_datum *, hash_datum *));
     13  1.1  gwr extern boolean iplookcmp P((hash_datum *, hash_datum *));
     14  1.1  gwr extern boolean nmcmp P((hash_datum *, hash_datum *));
     15  1.1  gwr extern void readtab P((int));
     16  1.1  gwr extern void rdtab_init P((void));
     17  1.1  gwr 
     18  1.1  gwr #undef P
     19  1.1  gwr 
     20