add defs for c++

This commit is contained in:
Marty Kraimer
2000-05-31 19:17:33 +00:00
parent a8111065af
commit 4276a503ad
+10
View File
@@ -13,7 +13,17 @@ of this distribution.
#ifndef INCadjustmenth
#define INCadjustmenth
#include "shareLib.h"
#ifdef __cplusplus
extern "C" {
#endif
epicsShareFunc size_t epicsShareAPI adjustToWorstCaseAlignment(size_t size);
#ifdef __cplusplus
}
#endif
#endif /*INCadjustmenth*/