FreeRDP
Loading...
Searching...
No Matches
JournaldAppender.h
1
24#ifndef WINPR_LIBWINPR_UTILS_WLOG_JOURNALDAPPENDER_H_
25#define WINPR_LIBWINPR_UTILS_WLOG_JOURNALDAPPENDER_H_
26
27#include "wlog.h"
28
29wLogAppender* WLog_JournaldAppender_New(wLog* log);
30
31#endif /* WINPR_LIBWINPR_UTILS_WLOG_JOURNALDAPPENDER_H_ */