FreeRDP
UdpAppender.h
1 
24 #ifndef WINPR_LIBWINPR_UTILS_WLOG_UDPAPPENDER_H_
25 #define WINPR_LIBWINPR_UTILS_WLOG_UDPAPPENDER_H_
26 
27 #include <winpr/wlog.h>
28 
29 #include "wlog.h"
30 
31 WINPR_ATTR_MALLOC(WLog_Appender_Free, 2)
32 wLogAppender* WLog_UdpAppender_New(wLog* log);
33 
34 #endif /* WINPR_LIBWINPR_UTILS_WLOG_UDPAPPENDER_H_ */