home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / software / sviluppo / ahisrc / device / c_h_ahi.sd < prev    next >
Encoding:
Text File  |  1997-04-02  |  1.0 KB  |  45 lines

  1. ##stringtype C
  2. ##shortstrings
  3. /* $Id: C_h_AHI.sd,v 4.1 1997/04/02 22:29:53 lcs Exp $
  4. * $Log: C_h_AHI.sd,v $
  5. * Revision 4.1  1997/04/02 22:29:53  lcs
  6. * Bumped to version 4
  7. *
  8. * Revision 1.1  1997/02/03 16:22:45  lcs
  9. * Initial revision
  10. *
  11. */
  12. /****************************************************************
  13.    This file was created automatically by `%fv'
  14.    from "%f0".
  15.  
  16.    Do NOT edit by hand!
  17. ****************************************************************/
  18.  
  19. #ifndef %b_CAT_H
  20. #define %b_CAT_H
  21.  
  22.  
  23. #ifndef EXEC_TYPES_H
  24. #include <exec/types.h>
  25. #endif    /*  !EXEC_TYPES_H        */
  26. #ifndef LIBRARIES_LOCALE_H
  27. #include <libraries/locale.h>
  28. #endif    /*  !LIBRARIES_LOCALE_H     */
  29.  
  30.  
  31. /*  Prototypes    */
  32. extern void Open%bCatalog(struct Locale *, STRPTR);
  33. extern void Close%bCatalog(void);
  34. extern STRPTR Get%bString(APTR);
  35.  
  36. extern struct Catalog * ExtOpenCatalog(struct Locale *, STRPTR);
  37. extern void ExtCloseCatalog(struct Catalog *);
  38. extern STRPTR GetString(APTR, struct Catalog *);
  39.  
  40.  
  41. /*  Definitions */
  42. extern const APTR _%i;\n#define %i ((APTR) &_%i)
  43.  
  44. #endif /*   !%b_CAT_H  */
  45.