home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / gnu / os-include / proto / potgo.h < prev    next >
C/C++ Source or Header  |  1994-09-22  |  230b  |  13 lines

  1. #ifndef PROTO_POTGO_H
  2. #define PROTO_POTGO_H
  3.  
  4. #include <clib/potgo_protos.h>
  5. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  6. #include <inline/potgo.h>
  7. #endif
  8. #ifndef __NOLIBBASE__
  9. extern struct Node *PotgoBase;
  10. #endif
  11.  
  12. #endif
  13.