mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
winpr: fix wlog function prototypes
This commit is contained in:
@@ -262,11 +262,11 @@ WINPR_API void WLog_FileAppender_SetOutputFilePath(wLog* log, wLogFileAppender*
|
||||
WINPR_API wLogLayout* WLog_GetLogLayout(wLog* log);
|
||||
WINPR_API void WLog_Layout_SetPrefixFormat(wLog* log, wLogLayout* layout, const char* format);
|
||||
|
||||
WINPR_API wLog* WLog_GetRoot();
|
||||
WINPR_API wLog* WLog_GetRoot(void);
|
||||
WINPR_API wLog* WLog_Get(LPCSTR name);
|
||||
|
||||
WINPR_API void WLog_Init();
|
||||
WINPR_API void WLog_Uninit();
|
||||
WINPR_API void WLog_Init(void);
|
||||
WINPR_API void WLog_Uninit(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user