C++ support

This commit is contained in:
Jeff Hill
1996-08-13 23:07:40 +00:00
parent 507a125c2c
commit 3d1180b17f

View File

@@ -88,6 +88,10 @@
#ifndef INCLdb_accessh
#define INCLdb_accessh
#ifdef __cplusplus
extern "C" {
#endif
#include <stddef.h>
#include <epicsTypes.h>
@@ -1183,4 +1187,8 @@ short db_name_to_addr();
short db_put_field();
short db_get_field();
#ifdef __cplusplus
}
#endif
#endif /* INCLdb_accessh */