Synch'd Scout with source from its CVS repository.
[AROS-Contrib.git] / scout / source / C_h.sd
blobe8507336a50fa4f168b102345f6e58888d677d38
1 ##rem $Id: C_h.sd,v 1.3 2006/04/05 19:08:58 thboeckel Exp $
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
14 #ifndef EXEC_TYPES_H
15     #include <exec/types.h>
16 #endif
19 **  Prototypes
21 extern VOID Open%bCatalog(VOID);
22 extern VOID Close%bCatalog(VOID);
24 struct FC_String {
25     STRPTR msg;
26     LONG id;
29 extern struct FC_String %b_Strings[%n];
31 #define %i (%b_Strings[%e].msg)\n#define _%i (%b_Strings+%e)
33 #endif