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