mark IopCsqCancelRoutine as static. Vizzini really does write good code.
authorSteven Edwards <winehacker@gmail.com>
Wed, 22 Jun 2005 23:47:53 +0000 (23:47 +0000)
committerSteven Edwards <winehacker@gmail.com>
Wed, 22 Jun 2005 23:47:53 +0000 (23:47 +0000)
svn path=/trunk/; revision=16232

reactos/drivers/lib/csq/csq.c

index 388ed33..29c28cc 100644 (file)
@@ -30,7 +30,7 @@
 #include <ddk/csq.h>
 
 \f
-VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject,
+static VOID NTAPI IopCsqCancelRoutine(PDEVICE_OBJECT DeviceObject,
                                PIRP Irp)
 /*
  * FUNCTION: Cancel routine that is installed on any IRP that this library manages