diff options
author | Simo Sorce <idra@samba.org> | 2007-02-14 19:59:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:17 -0500 |
commit | d090fddd1439c2c7e5115960b510f12ea8937876 (patch) | |
tree | 990c14a7cb1459c71661baea48257d5444856eee /source4 | |
parent | 25a0c9146eb66ee4b336af8c3ae12ffa9a2da62c (diff) | |
download | samba-d090fddd1439c2c7e5115960b510f12ea8937876.tar.gz samba-d090fddd1439c2c7e5115960b510f12ea8937876.tar.bz2 samba-d090fddd1439c2c7e5115960b510f12ea8937876.zip |
r21348: Fix the build.
(This used to be commit 4d52b429261de6712e25d9db9d3be597ff1d74b8)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/winreg.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl index d67017d331..58da3a5d56 100644 --- a/source4/librpc/idl/winreg.idl +++ b/source4/librpc/idl/winreg.idl @@ -217,7 +217,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; /* Function: 0x10 */ WERROR winreg_QueryInfoKey( [in,ref] policy_handle *handle, - [in,out,ref] winreg_String *class, + [in,out,ref] winreg_String *class_in, [out,ref] uint32 *num_subkeys, [out,ref] uint32 *max_subkeylen, [out,ref] uint32 *max_subkeysize, |