home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 4 / MA_Cover_4.iso / libs / regexp / include / proto / regexp.h
Encoding:
C/C++ Source or Header  |  1998-02-26  |  279 b   |  16 lines

  1. #ifndef PROTO_REGEXP_H
  2. #define PROTO_REGEXP_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. #ifndef LIBRARIES_REGEXP_H
  9. #include <libraries/regexp.h>
  10. #endif
  11.  
  12. extern struct RegexpBase *RegexpBase ;
  13. #include <clib/regexp_protos.h>
  14. #include <pragmas/regexp_pragmas.h>
  15. #endif
  16.