#ifndef _IPC_LOG_UBUNTU_H_ #define _IPC_LOG_UBUNTU_H_ #include "iLog.h" #ifdef __cplusplus extern "C" { #endif typedef struct LogUbuntu LogUbuntu; struct LogUbuntu { ILog base; }; RETURN_CODE_C new_log(LogUbuntu **log_ub); #ifdef __cplusplus } #endif #endif //_IPC_LOG_UBUNTU_H_