mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-03 13:33:26 +00:00
Add missing C namespace
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
|
||||
#include <yaml.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
yaml_document_t *document;
|
||||
yaml_node_t *node;
|
||||
|
||||
Reference in New Issue
Block a user