diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-17 15:43:04 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-17 15:43:04 +0200 |
commit | f5b134fb4699fccce8e27023649b83d1cd77ff15 (patch) | |
tree | 6c8dcbb9d1e5baaa9127b651e83dcf9a6978d830 /source3/librpc/idl/winreg.idl | |
parent | 5975cbc2606104c0eeaea12891ee6934e413f395 (diff) | |
download | samba-f5b134fb4699fccce8e27023649b83d1cd77ff15.tar.gz samba-f5b134fb4699fccce8e27023649b83d1cd77ff15.tar.bz2 samba-f5b134fb4699fccce8e27023649b83d1cd77ff15.zip |
Sync more interface descriptions between Samba 3 and Samba 4.
Diffstat (limited to 'source3/librpc/idl/winreg.idl')
-rw-r--r-- | source3/librpc/idl/winreg.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/idl/winreg.idl b/source3/librpc/idl/winreg.idl index 2f02419af5..0d651800a5 100644 --- a/source3/librpc/idl/winreg.idl +++ b/source3/librpc/idl/winreg.idl @@ -297,7 +297,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; /******************/ /* Function: 0x17 */ - WERROR winreg_UnLoadKey( + [todo] WERROR winreg_UnLoadKey( ); /******************/ @@ -369,7 +369,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; /******************/ /* Function: 0x1f */ - WERROR winreg_SaveKeyEx( + [todo] WERROR winreg_SaveKeyEx( ); /******************/ @@ -390,6 +390,6 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; /******************/ /* Function: 0x22 */ - WERROR winreg_QueryMultipleValues2( + [todo] WERROR winreg_QueryMultipleValues2( ); } |