changes for registerRecordDeviceDriver
This commit is contained in:
@@ -9,6 +9,7 @@ INC += registryRecordType.h
|
||||
INC += registryDeviceSupport.h
|
||||
INC += registryDriverSupport.h
|
||||
INC += registryFunction.h
|
||||
INC += registerRecordDeviceDriver.h
|
||||
|
||||
|
||||
# general contents of library on all platforms
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
#ifndef INCregisterRecordDeviceDriverh
|
||||
#define INCregisterRecordDeviceDriverh
|
||||
|
||||
#include "shareLib.h"
|
||||
struct dbBase;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int registerRecordDeviceDriver(struct dbBase *pdbbase);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* INCregisterRecordDeviceDriverh */
|
||||
Reference in New Issue
Block a user