5 #include <libraries/locale.h>
10 extern struct LocaleBase
*LocaleBase
;
12 void CloseCatalog (struct Catalog
*);
13 STRPTR
GetCatalogStr (struct Catalog
*, LONG
, STRPTR
);
14 struct Catalog
*OpenCatalogA (struct Locale
*, STRPTR
, struct TagItem
*);
17 char *REGARGS
GetStr (struct Catalog
*, char *);
18 struct Catalog
*REGARGS
RT_OpenCatalog (struct Locale
*);
19 void REGARGS
RT_CloseCatalog (struct Catalog
*);