changes for registerRecordDeviceDriver

This commit is contained in:
Marty Kraimer
2000-05-04 19:08:51 +00:00
parent c4a67d46b7
commit ff148ecc32
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -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
+18
View File
@@ -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 */