add ifdef __cplusplus

This commit is contained in:
Marty Kraimer
2004-01-23 16:26:32 +00:00
parent 042f24ee8a
commit 19eb4e7fd5

View File

@@ -30,6 +30,10 @@
#include <dbDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
/*
* epdevAddressType & EPICStovxWorksAddrType
* devLib.c must change in unison
@@ -419,4 +423,8 @@ long devDisableInterruptLevel (epicsInterruptType intType, unsigned level);
*/
long locationProbe (epicsAddressType addrType, char *pLocation);
#endif /* devLib.h*/
#ifdef __cplusplus
}
#endif
#endif /* INCdevLibh.h*/