diff options
author | Simo Sorce <idra@samba.org> | 2006-09-10 21:51:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:13 -0500 |
commit | 8f107700a5a4201aeda7fcb27b427aab91a069ff (patch) | |
tree | d2798c0677fb79a06cb89d62c60295a2efdcdb1b /source4/librpc/idl/srvsvc.idl | |
parent | a8421e81078b91ae97ada3be352416eae26a9c7b (diff) | |
download | samba-8f107700a5a4201aeda7fcb27b427aab91a069ff.tar.gz samba-8f107700a5a4201aeda7fcb27b427aab91a069ff.tar.bz2 samba-8f107700a5a4201aeda7fcb27b427aab91a069ff.zip |
r18344: add a test to show hoe NetNameValidate behaves.
fix the misleading idl names
(This used to be commit 8367b3bcee9338fa3e268b7342ae8db928008b55)
Diffstat (limited to 'source4/librpc/idl/srvsvc.idl')
-rw-r--r-- | source4/librpc/idl/srvsvc.idl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index 8cd9d63864..4f1f70c6e8 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -1348,9 +1348,9 @@ /* Function: 0x21 */ WERROR srvsvc_NetNameValidate( [in] [string,charset(UTF16)] uint16 *server_unc, - [in] [string,charset(UTF16)] uint16 path[], - [in] uint32 pathtype, - [in] uint32 pathflags + [in] [string,charset(UTF16)] uint16 name[], + [in] uint32 name_type, + [in] uint32 flags ); /******************/ @@ -1362,10 +1362,10 @@ /* Function: 0x23 */ WERROR srvsvc_NetPRNameCompare( [in] [string,charset(UTF16)] uint16 *server_unc, - [in] [string,charset(UTF16)] uint16 path1[], - [in] [string,charset(UTF16)] uint16 path2[], - [in] uint32 pathtype, - [in] uint32 pathflags + [in] [string,charset(UTF16)] uint16 name1[], + [in] [string,charset(UTF16)] uint16 name2[], + [in] uint32 name_type, + [in] uint32 flags ); /**************************/ |