From 20e16545944bddc9fbab956e00228b7e55ea7dad Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 22 Jun 2005 23:47:53 +0000 Subject: [PATCH] mark IopCsqCancelRoutine as static. Vizzini really does write good code. svn path=/trunk/; revision=16232 --- reactos/drivers/lib/csq/csq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/lib/csq/csq.c b/reactos/drivers/lib/csq/csq.c index 388ed3300c7..29c28cc09dc 100644 --- a/reactos/drivers/lib/csq/csq.c +++ b/reactos/drivers/lib/csq/csq.c @@ -30,7 +30,7 @@ #include -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