* Sync with recent trunk (r52637).
[reactos.git] / base / services / audiosrv / audiosrv.h
index b4d02a7..1fce5ce 100644 (file)
@@ -29,22 +29,22 @@ BOOL
 CreateAudioDeviceList(DWORD max_size);
 
 VOID
-DestroyAudioDeviceList();
+DestroyAudioDeviceList(VOID);
 
 
 /* Plug and Play (pnp.c) */
 
 BOOL
-ProcessExistingDevices();
+ProcessExistingDevices(VOID);
 
 DWORD
 ProcessDeviceArrival(DEV_BROADCAST_DEVICEINTERFACE* device);
 
 BOOL
-RegisterForDeviceNotifications();
+RegisterForDeviceNotifications(VOID);
 
 VOID
-UnregisterDeviceNotifications();
+UnregisterDeviceNotifications(VOID);
 
 DWORD
 HandleDeviceEvent(
@@ -52,7 +52,7 @@ HandleDeviceEvent(
     LPVOID lpEventData);
 
 BOOL
-StartSystemAudioServices();
+StartSystemAudioServices(VOID);
 
 /* Debugging */