home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Programming / ini_library / include / proto / ini.h
C/C++ Source or Header  |  2000-07-26  |  417b  |  25 lines

  1. #ifndef  _PROTO_INI_H
  2. #define  _PROTO_INI_H
  3.  
  4. /*
  5. **  $VER: ini.h 31.0 (16.3.99)
  6. **
  7. **  '(C) Copyright 1998-99 Basty/Seasons.'
  8. **     All Rights Reserved
  9. */
  10.  
  11. #include <exec/types.h>
  12. #include <libraries/ini_lib.h>
  13.  
  14. extern struct iniLibBase *INIBase;
  15.  
  16. #include <clib/ini_protos.h>
  17.  
  18. #ifdef __GNUC__
  19. #include <inline/ini.h>
  20. #else /* __GNUC__ */
  21. #include <pragma/ini_pragmas.h>
  22. #endif /* __GNUC__ */
  23.  
  24. #endif /* _PROTO_INI_H */
  25.