made compatible with C++ test codes in mrkSoftTest

This commit is contained in:
Jeff Hill
2001-08-02 22:46:59 +00:00
parent 9391e3d9cc
commit 01a63dd7c5
+9
View File
@@ -14,8 +14,17 @@ of this distribution.
#define INCasCah
#include "shareLib.h"
#ifdef __cplusplus
extern "C" {
#endif
epicsShareFunc void epicsShareAPI asCaStart(void);
epicsShareFunc void epicsShareAPI asCaStop(void);
epicsShareExtern int asCaDebug;
#ifdef __cplusplus
}
#endif
#endif /*INCasCah*/