diff options
author | Günther Deschner <gd@samba.org> | 2006-09-21 06:06:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:19:10 -0500 |
commit | 3a3da493f0206618d61b02df8f7eb42f6f3c6b4d (patch) | |
tree | dc1484323a676c11c22d9a3da5a6f86be45781d1 /source4/librpc/idl/dfs.idl | |
parent | bd0245bbd6d165bbcaa80d2cec5b5c2fe5ab2281 (diff) | |
download | samba-3a3da493f0206618d61b02df8f7eb42f6f3c6b4d.tar.gz samba-3a3da493f0206618d61b02df8f7eb42f6f3c6b4d.tar.bz2 samba-3a3da493f0206618d61b02df8f7eb42f6f3c6b4d.zip |
r18776: Fill in and test dfs_ManagerInitialize().
Guenther
(This used to be commit 3e0e9506b62322cba65d992fc8d783001595e7e7)
Diffstat (limited to 'source4/librpc/idl/dfs.idl')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 671a3088e7..9f4bd95ca2 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -327,7 +327,10 @@ ); /* Function 0x0e */ - WERROR dfs_ManagerInitialize(); + WERROR dfs_ManagerInitialize( + [in] [string,charset(UTF16)] uint16 *servername, + [in] uint32 flags + ); /* Function 0x0f */ WERROR dfs_AddStdRootForced( |