log_udpdaemon.h 198 B

12345678910
  1. #ifndef __UDPLOGDAEMONFACTORY_H__
  2. #define __UDPLOGDAEMONFACTORY_H__
  3. #pragma once
  4. #include "log_factory.h"
  5. int udplogdaemonfactory_create(logfactory_t **p_fac);
  6. #endif //__UDPLOGDAEMONFACTORY_H__