mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-03 21:43:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			280 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			280 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __LOGGER_H__
 | 
						|
#define __LOGGER_H__
 | 
						|
 | 
						|
#include "core.h"
 | 
						|
 | 
						|
#ifdef __cplusplus
 | 
						|
extern "C" {
 | 
						|
#endif /* __cplusplus */
 | 
						|
 | 
						|
CORE_DECLARE(int) logger_start(const char *path);
 | 
						|
CORE_DECLARE(void) logger_stop();
 | 
						|
 | 
						|
#ifdef __cplusplus
 | 
						|
}
 | 
						|
#endif /* !__cplusplus */
 | 
						|
 | 
						|
#endif /* !__LOGGER_H__ */
 |