FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Layout.h
1
20#ifndef WINPR_WLOG_LAYOUT_PRIVATE_H
21#define WINPR_WLOG_LAYOUT_PRIVATE_H
22
23#include "wlog.h"
24
30{
31 DWORD Type;
32
33 LPSTR FormatString;
34};
35
36void WLog_Layout_Free(wLog* log, wLogLayout* layout);
37
38WINPR_ATTR_MALLOC(WLog_Layout_Free, 2)
39wLogLayout* WLog_Layout_New(wLog* log);
40
41#endif /* WINPR_WLOG_LAYOUT_PRIVATE_H */