* Sync with recent trunk (r52637).
[reactos.git] / base / services / tcpsvcs / tcpsvcs.h
index e1d3c98..b2e8d90 100644 (file)
@@ -35,8 +35,8 @@ extern volatile BOOL bShutdown;
 extern volatile BOOL bPause;
 
 /* logging functions */
-BOOL InitLogging();
-VOID UninitLogging();
+BOOL InitLogging(VOID);
+VOID UninitLogging(VOID);
 VOID LogEvent(LPCWSTR lpMsg, DWORD errNum, DWORD exitCode, UINT flags);
 
 /* skelserver functions */