home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef __dl_msgs_h
- #define __dl_msgs_h
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifndef __dl_core_h
- #include "Core.h"
- #endif
- extern BOOL Msgs_Lookup(char *tag, char *result, int maxlength);
- extern void Msgs_printf(char *result, char *formattag, ...);
- extern BOOL Msgs_LoadFile(char *leafname);
- extern void Msgs_DropGroup(char *grouptag);
- extern void Msgs_Report(int errnum, char *tag, ...);
- extern void Msgs_ReportFatal(int errnum, char *tag, ...);
- #ifdef __cplusplus
- }
- #endif
- #endif
-