#ifndef __UDPLOGDAEMONFACTORY_H__ #define __UDPLOGDAEMONFACTORY_H__ #pragma once #include "log_factory.h" int udplogdaemonfactory_create(logfactory_t **p_fac); #endif //__UDPLOGDAEMONFACTORY_H__