1234567891011121314151617181920212223242526 |
- #ifndef TESTING_NETWORKLAYERS_H_
- #define TESTING_NETWORKLAYERS_H_
- #include "ua_server_config.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- UA_Connection createDummyConnection(UA_ByteString *verificationBuffer);
- #ifdef __cplusplus
- }
- #endif
- #endif
|