00001 #ifndef _errormsg_H_ 00002 #define _errormsg_H_ 00003 00004 #if defined(__cplusplus) 00005 extern "C" { 00006 #endif 00007 00008 extern void errormsg1(const char *f, const char *msgname, const char *msg); 00009 00010 #if defined(__cplusplus) 00011 } 00012 #endif 00013 00014 #endif /* _errormsg_H_ */