1234567891011121314151617181920212223242526 |
- #ifndef UA_NODESTORE_DEFAULT_H_
- #define UA_NODESTORE_DEFAULT_H_
- #include "ua_plugin_nodestore.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- UA_StatusCode UA_EXPORT
- UA_Nodestore_default_new(UA_Nodestore *ns);
- #ifdef __cplusplus
- }
- #endif
- #endif
|