Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / AHI / Device / C_h_AHI.sd
blobdd374299a4b7f41f55420c754e91fd6715ee7307
1 ##stringtype C
2 ##shortstrings
4 /****************************************************************
5    This file was created automatically by `%fv'
6    from "%f0".
8    Do NOT edit by hand!
9 ****************************************************************/
11 #ifndef %b_CAT_H
12 #define %b_CAT_H
15 #ifndef EXEC_TYPES_H
16 #include <exec/types.h>
17 #endif  /*  !EXEC_TYPES_H           */
18 #ifndef LIBRARIES_LOCALE_H
19 #include <libraries/locale.h>
20 #endif  /*  !LIBRARIES_LOCALE_H     */
23 /*  Prototypes  */
24 extern void Open%bCatalog(struct Locale *, STRPTR);
25 extern void Close%bCatalog(void);
26 extern STRPTR Get%bString(APTR);
28 extern struct Catalog * ExtOpenCatalog(struct Locale *, STRPTR);
29 extern void ExtCloseCatalog(struct Catalog *);
30 extern STRPTR GetString(APTR, struct Catalog *);
33 /*  Definitions */
34 extern const APTR _%i;\n#define %i ((APTR) &_%i)
36 #endif /*   !%b_CAT_H  */