diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-04 01:19:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-04 01:19:03 +0000 |
commit | cdd782782fc9a69ab53570c080cd00189a619542 (patch) | |
tree | 5beaaeaf7986b65b71c92b6ba6efc80989742861 /source4/librpc/idl/spoolss.idl | |
parent | 0e958fbe47582c0c460f4cccff6d101761ca3d26 (diff) | |
download | samba-cdd782782fc9a69ab53570c080cd00189a619542.tar.gz samba-cdd782782fc9a69ab53570c080cd00189a619542.tar.bz2 samba-cdd782782fc9a69ab53570c080cd00189a619542.zip |
we can't have two functions with the same name
(This used to be commit 5f1cdc4839a1ba0b18bcd4525847f9c284d181ca)
Diffstat (limited to 'source4/librpc/idl/spoolss.idl')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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( ); /******************/ |