[SPOOLSV] Add some missing VOIDs. CORE-11799 (#94)
[reactos.git] / win32ss / printing / base / spoolsv / notifications.c
index a876e60..266f6d2 100644 (file)
@@ -8,21 +8,21 @@
 #include "precomp.h"
 
 DWORD
-_RpcClientFindFirstPrinterChangeNotification()
+_RpcClientFindFirstPrinterChangeNotification(VOID)
 {
     UNIMPLEMENTED;
     return ERROR_INVALID_FUNCTION;
 }
 
 DWORD
-_RpcFindClosePrinterChangeNotification()
+_RpcFindClosePrinterChangeNotification(VOID)
 {
     UNIMPLEMENTED;
     return ERROR_INVALID_FUNCTION;
 }
 
 DWORD
-_RpcFindNextPrinterChangeNotification()
+_RpcFindNextPrinterChangeNotification(VOID)
 {
     UNIMPLEMENTED;
     return ERROR_INVALID_FUNCTION;
@@ -57,7 +57,7 @@ _RpcReplyOpenPrinter(WINSPOOL_HANDLE pMachine, WINSPOOL_PRINTER_HANDLE* phPrinte
 }
 
 DWORD
-_RpcRouterFindFirstPrinterChangeNotificationOld()
+_RpcRouterFindFirstPrinterChangeNotificationOld(VOID)
 {
     UNIMPLEMENTED;
     return ERROR_INVALID_FUNCTION;