fixed warnings when compiled with -Wmissing-declarations
[reactos.git] / reactos / drivers / dd / sndblst / sndblst.c
index 907fe4e..f003518 100644 (file)
@@ -14,6 +14,9 @@
 #include <ddk/ntddk.h>
 #include "sndblst.h"
 
+NTSTATUS STDCALL
+DriverEntry(PDRIVER_OBJECT DriverObject,
+           PUNICODE_STRING RegistryPath);
 
 /* INTERNAL VARIABLES ******************************************************/
 
@@ -22,7 +25,7 @@ UINT DeviceCount = 0;
 
 /* FUNCTIONS ***************************************************************/
 
-NTSTATUS InitDevice(
+static NTSTATUS InitDevice(
     IN PWSTR RegistryPath,
     IN PVOID Context)
 {