From cdd782782fc9a69ab53570c080cd00189a619542 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 4 Dec 2003 01:19:03 +0000 Subject: we can't have two functions with the same name (This used to be commit 5f1cdc4839a1ba0b18bcd4525847f9c284d181ca) --- source4/librpc/idl/spoolss.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index c3d49055ea..f9cd770583 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -610,7 +610,7 @@ /******************/ /* Function: 0x3e */ - WERROR spoolss_RouterFindFirstPrinterChangeNotificationOld( + WERROR spoolss_RouterFindFirstPrinterChangeNotification( ); /******************/ -- cgit