revert between 56095 -> 55830 in arch
[AROS.git] / tools / flexcat / src / sd / C_h.sd
blobcd63c86d8790e77bc88d92c578452361a09168f7
1 ##rem $Id$
2 ##stringtype C
3 ##shortstrings
5 /****************************************************************
7    This file was created automatically by `%fv'
8    from "%f0".
10    Do NOT edit by hand!
12 ****************************************************************/
14 #ifndef %b_CAT_H
15 #define %b_CAT_H
18 #ifndef EXEC_TYPES_H
19 #include <exec/types.h>
20 #endif
24 **  Prototypes
26 #if !defined(__GNUC__)  && !defined(__SASC)  &&  !defined(_DCC)
27 extern VOID Open%bCatalog(VOID);
28 extern VOID Close%bCatalog(VOID);
29 #endif
30 #ifdef LOCALIZE_V20
31 extern void Init%bCatalog(STRPTR);
32 #endif
36 struct FC_String {
37     const UBYTE *msg;
38     LONG id;
41 extern struct FC_String %b_Strings[%n];
43 #define %i (%b_Strings[%e].msg)\n#define _%i (%b_Strings+%e)
45 #endif