diff options
author | Tim Potter <tpot@samba.org> | 2005-02-25 06:16:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:10:54 -0500 |
commit | 04d3e8046a6276ddf968728998c9a57054faff22 (patch) | |
tree | 908acabf038618398288eae47c220210690d789e /source4/librpc/idl | |
parent | 84d632ab5edfef0b7e7ca3ae6db983744f4e3fdf (diff) | |
download | samba-04d3e8046a6276ddf968728998c9a57054faff22.tar.gz samba-04d3e8046a6276ddf968728998c9a57054faff22.tar.bz2 samba-04d3e8046a6276ddf968728998c9a57054faff22.zip |
r5553: Add idl and test for spoolss_AddPort(). It always seems to return
WERR_NOT_SUPPORTED though.
(This used to be commit ba4730a37838f45db1b77b777af8efdb45a06006)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 85c49566b0..7f52c6442e 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -712,6 +712,9 @@ /******************/ /* Function: 0x25 */ WERROR spoolss_AddPort( + [in] unistr *server_name, + [in] uint32 unknown, + [in] unistr monitor_name ); /******************/ |