C++ support
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user