home *** CD-ROM | disk | FTP | other *** search
- ##stringtype C
- ##shortstrings
- /* $Id: C_h_AHI.sd,v 4.1 1997/04/02 22:29:53 lcs Exp $
- * $Log: C_h_AHI.sd,v $
- * Revision 4.1 1997/04/02 22:29:53 lcs
- * Bumped to version 4
- *
- * Revision 1.1 1997/02/03 16:22:45 lcs
- * Initial revision
- *
- */
- /****************************************************************
- This file was created automatically by `%fv'
- from "%f0".
-
- Do NOT edit by hand!
- ****************************************************************/
-
- #ifndef %b_CAT_H
- #define %b_CAT_H
-
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif /* !EXEC_TYPES_H */
- #ifndef LIBRARIES_LOCALE_H
- #include <libraries/locale.h>
- #endif /* !LIBRARIES_LOCALE_H */
-
-
- /* Prototypes */
- extern void Open%bCatalog(struct Locale *, STRPTR);
- extern void Close%bCatalog(void);
- extern STRPTR Get%bString(APTR);
-
- extern struct Catalog * ExtOpenCatalog(struct Locale *, STRPTR);
- extern void ExtCloseCatalog(struct Catalog *);
- extern STRPTR GetString(APTR, struct Catalog *);
-
-
- /* Definitions */
- extern const APTR _%i;\n#define %i ((APTR) &_%i)
-
- #endif /* !%b_CAT_H */
-