ifdef for C++ was in the wrong place
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
#define INCregistryRecordTypeh
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct dbRecordType;
|
||||
struct rset;
|
||||
struct dbBase;
|
||||
@@ -15,10 +20,6 @@ typedef struct recordTypeLocation {
|
||||
}recordTypeLocation;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
epicsShareFunc int epicsShareAPI registryRecordTypeAdd(
|
||||
const char *name,const recordTypeLocation *prtl);
|
||||
epicsShareFunc recordTypeLocation * epicsShareAPI registryRecordTypeFind(
|
||||
|
||||
Reference in New Issue
Block a user