Files
open5gs/lib/logger/logger.h
Sukchan Lee ff3ebab8ba update it
2017-03-10 15:40:45 +09:00

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__ */