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