#ifndef __PERIODICFILELOGFACTORY_H__ #define __PERIODICFILELOGFACTORY_H__ #pragma once #include "log_factory.h" #ifdef __cplusplus extern "C" { #endif int periodicfilefactory_create(logfactory_t** p_fac); #ifdef __cplusplus } #endif #endif //__PERIODICFILELOGFACTORY_H__