log_udpclient.h 174 B

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