Commit d491ec4a authored by claes's avatar claes

*** empty log message ***

parent 5a3c59a8
......@@ -17,6 +17,9 @@
# include "rt_qcom.h"
#endif
#if defined __cplusplus
extern "C" {
#endif
#ifndef errh_Bugcheck
# if defined OS_ELN || defined OS_VMS
......@@ -66,4 +69,8 @@ void *errh_ErrArgL (int val);
void errh_CErrLog (pwr_tStatus sts, ...);
char *errh_Message (char *string, char severity, char *msg, ...);
#if defined __cplusplus
}
#endif
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment