use the new flexcat's source description file
[AROS.git] / tools / flexcat / C_h.sd
blobc7f24c1f0183919ed11ba1712bf2fd830b2f0a5b
1 ##rem $Id$
2 ##stringtype C
3 ##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
21 **  Prototypes
23 #if !defined(__GNUC__)  && !defined(__SASC)  &&  !defined(_DCC)
24 extern VOID Open%bCatalog(VOID);
25 extern VOID Close%bCatalog(VOID);
26 #endif
27 #ifdef LOCALIZE_V20
28 extern void Init%bCatalog(STRPTR);
29 #endif
33 struct FC_String {
34     const UBYTE *msg;
35     LONG id;
38 extern struct FC_String %b_Strings[%n];
40 #define %i (%b_Strings[%e].msg)\n#define _%i (%b_Strings+%e)
42 #endif