Metatarget for copying of testfile fixed.
[AROS.git] / workbench / libs / reqtools / rtlocale.h
blob98ec14259527f6711827a8b2e6ad1686b37bb12e
1 /*********
2 * LOCALE *
3 *********/
5 #include <libraries/locale.h>
6 #include "general.h"
7 #include "catalog.h"
9 #ifndef __AROS__
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 *);
15 #endif
17 char *REGARGS GetStr (struct Catalog *, char *);
18 struct Catalog *REGARGS RT_OpenCatalog (struct Locale *);
19 void REGARGS RT_CloseCatalog (struct Catalog *);