#ifndef fax_CAT_H
#define fax_CAT_H

#include <exec/types.h>
#include <libraries/locale.h>

/* Prototypes */
extern void OpenAppCatalog(struct Locale *, STRPTR);
extern void CloseAppCatalog(void);
extern char *GetFaxString(APTR);

/* Definitions */
extern const APTR _MSG_AppDescription;
#define MSG_AppDescription ((APTR) &_MSG_AppDescription)
extern const APTR _MSG_AppCopyright;
#define MSG_AppCopyright ((APTR) &_MSG_AppCopyright)
extern const APTR _MSG_Fax_Win;
#define MSG_Fax_Win ((APTR) &_MSG_Fax_Win)
extern const APTR _MSG_MNlabel1Projekt;
#define MSG_MNlabel1Projekt ((APTR) &_MSG_MNlabel1Projekt)
extern const APTR _MSG_MNlabel1ber;
#define MSG_MNlabel1ber ((APTR) &_MSG_MNlabel1ber)
extern const APTR _MSG_MNlabel1berChar;
#define MSG_MNlabel1berChar ((APTR) &_MSG_MNlabel1berChar)
extern const APTR _MSG_MNlabel1Beenden;
#define MSG_MNlabel1Beenden ((APTR) &_MSG_MNlabel1Beenden)
extern const APTR _MSG_MNlabel1BeendenChar;
#define MSG_MNlabel1BeendenChar ((APTR) &_MSG_MNlabel1BeendenChar)
extern const APTR _MSG_BT_Printer;
#define MSG_BT_Printer ((APTR) &_MSG_BT_Printer)
extern const APTR _MSG_BT_Spooler;
#define MSG_BT_Spooler ((APTR) &_MSG_BT_Spooler)
extern const APTR _MSG_BT_Logbook;
#define MSG_BT_Logbook ((APTR) &_MSG_BT_Logbook)
extern const APTR _MSG_BT_Config;
#define MSG_BT_Config ((APTR) &_MSG_BT_Config)
extern const APTR _MSG_BT_Desktop;
#define MSG_BT_Desktop ((APTR) &_MSG_BT_Desktop)
extern const APTR _MSG_BT_Phone;
#define MSG_BT_Phone ((APTR) &_MSG_BT_Phone)
extern const APTR _MSG_BT_View;
#define MSG_BT_View ((APTR) &_MSG_BT_View)
extern const APTR _MSG_BT_End;
#define MSG_BT_End ((APTR) &_MSG_BT_End)
extern const APTR _MSG_Info_Win;
#define MSG_Info_Win ((APTR) &_MSG_Info_Win)
extern const APTR _MSG_TX_ueber;
#define MSG_TX_ueber ((APTR) &_MSG_TX_ueber)
extern const APTR _MSG_BT_OK;
#define MSG_BT_OK ((APTR) &_MSG_BT_OK)

#endif /* !fax_CAT_H */
