diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 16:15:20 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 16:15:20 +0200 |
commit | 3214fb07348f67694bb169909e340a769d79ccd2 (patch) | |
tree | 2fa85c44432fe0eca9aa3df770fceacf1314033d | |
parent | 881b36f4cff46320cc8a314dbcb57c3e964f06f2 (diff) | |
download | samba-3214fb07348f67694bb169909e340a769d79ccd2.tar.gz samba-3214fb07348f67694bb169909e340a769d79ccd2.tar.bz2 samba-3214fb07348f67694bb169909e340a769d79ccd2.zip |
Add [public] and [todo] as in Samba 4.
-rw-r--r-- | source3/librpc/idl/winreg.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/idl/winreg.idl b/source3/librpc/idl/winreg.idl index c2eb3430bb..e447e76ef2 100644 --- a/source3/librpc/idl/winreg.idl +++ b/source3/librpc/idl/winreg.idl @@ -169,7 +169,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; /******************/ /* Function: 0x0a */ - WERROR winreg_EnumValue( + [public] WERROR winreg_EnumValue( [in,ref] policy_handle *handle, [in] uint32 enum_index, [in,out,ref] winreg_ValNameBuf *name, @@ -232,7 +232,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; /******************/ /* Function: 0x10 */ - WERROR winreg_QueryInfoKey( + [public] WERROR winreg_QueryInfoKey( [in,ref] policy_handle *handle, [in,out,ref] winreg_String *classname, [out,ref] uint32 *num_subkeys, @@ -247,7 +247,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; /******************/ /* Function: 0x11 */ - WERROR winreg_QueryValue( + [public] WERROR winreg_QueryValue( [in,ref] policy_handle *handle, [in,ref] winreg_String *value_name, [in,out,unique] winreg_Type *type, @@ -258,7 +258,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; /******************/ /* Function: 0x12 */ - WERROR winreg_ReplaceKey( + [todo] WERROR winreg_ReplaceKey( ); /******************/ |