diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-11-27 14:29:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:10 -0500 |
commit | 8e8821b1dae2c32ecc9a7900fd0f30ec0a32ba4e (patch) | |
tree | 6d315b559bce00eb71e1289a497469bcd53c2fa9 /source3/librpc/idl | |
parent | 4a361ffd7f0b62f05e552c6da926881cd1f756a0 (diff) | |
download | samba-8e8821b1dae2c32ecc9a7900fd0f30ec0a32ba4e.tar.gz samba-8e8821b1dae2c32ecc9a7900fd0f30ec0a32ba4e.tar.bz2 samba-8e8821b1dae2c32ecc9a7900fd0f30ec0a32ba4e.zip |
r19919: Convert winreg_EnumKey to use ref ** instead of a unique *.
Volker
(This used to be commit b714b51884af0d79de8568410676d4889f23ffb6)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/winreg.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/winreg.idl b/source3/librpc/idl/winreg.idl index 3d0a956a89..51476fe75d 100644 --- a/source3/librpc/idl/winreg.idl +++ b/source3/librpc/idl/winreg.idl @@ -146,8 +146,8 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; [in,ref] policy_handle *handle, [in] uint32 enum_index, [in,out,ref] winreg_StringBuf *name, - [in,out,unique] winreg_StringBuf *keyclass, - [in,out,unique] NTTIME *last_changed_time + [in,out,ref] winreg_StringBuf **keyclass, + [in,out,ref] NTTIME **last_changed_time ); typedef struct { |