diff options
author | Günther Deschner <gd@samba.org> | 2008-10-29 14:01:04 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:30 +0100 |
commit | 9fd82703d17b4dc524d2c7689438b92738c63d23 (patch) | |
tree | 50d797ea83eba5c754955d07566c976005cefccf /source4/librpc/idl | |
parent | f61ce2fe41eebef20d3bba471e625d835555d5d8 (diff) | |
download | samba-9fd82703d17b4dc524d2c7689438b92738c63d23.tar.gz samba-9fd82703d17b4dc524d2c7689438b92738c63d23.tar.bz2 samba-9fd82703d17b4dc524d2c7689438b92738c63d23.zip |
s4-srvsvc: merge srvsvc_NetRemoteTOD from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/srvsvc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index 2afc6f9ec6..22e2a23073 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -1326,7 +1326,7 @@ import "security.idl", "svcctl.idl"; /* Function: 0x1c */ WERROR srvsvc_NetRemoteTOD( [in,unique] [string,charset(UTF16)] uint16 *server_unc, - [out,unique] srvsvc_NetRemoteTODInfo *info + [out,ref] srvsvc_NetRemoteTODInfo **info ); /**************************/ |