[FREELDR] debug.h: Add an explicit VOID parameter type (#4133)

Addendum to 98c17d3.
This commit is contained in:
Serge Gautherie 2021-12-03 03:14:44 +01:00 committed by GitHub
parent 52c75521a6
commit 30010a5aa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@
ULONG DbgPrint(const char *Format, ...);
VOID DbgPrint2(ULONG Mask, ULONG Level, const char *File, ULONG Line, char *Format, ...);
VOID DebugDumpBuffer(ULONG Mask, PVOID Buffer, ULONG Length);
VOID DebugDisableScreenPort();
VOID DebugDisableScreenPort(VOID);
VOID DbgParseDebugChannels(PCHAR Value);
#define ERR_LEVEL 0x1