summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_dfs.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-17 13:00:12 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-17 15:57:52 +0100
commit5e86ac9e6d2eb7ff0f6f8461dcfc230e2d87c42c (patch)
treeaed1aae617cf6a3bbc1a4989de08a3b51790b326 /source3/librpc/gen_ndr/cli_dfs.h
parentf14f2a4c43b54dcbdf8d7106be36328ce498393e (diff)
downloadsamba-5e86ac9e6d2eb7ff0f6f8461dcfc230e2d87c42c.tar.gz
samba-5e86ac9e6d2eb7ff0f6f8461dcfc230e2d87c42c.tar.bz2
samba-5e86ac9e6d2eb7ff0f6f8461dcfc230e2d87c42c.zip
idl: Update DFS IDL from Samba 4.
(This used to be commit a6677b2e186212f723b24775293682ce5b94952e)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_dfs.h')
-rw-r--r--source3/librpc/gen_ndr/cli_dfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_dfs.h b/source3/librpc/gen_ndr/cli_dfs.h
index cdd0978bb4..d23bb90470 100644
--- a/source3/librpc/gen_ndr/cli_dfs.h
+++ b/source3/librpc/gen_ndr/cli_dfs.h
@@ -101,9 +101,17 @@ NTSTATUS rpccli_dfs_AddStdRootForced(struct rpc_pipe_client *cli,
WERROR *werror);
NTSTATUS rpccli_dfs_GetDcAddress(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
+ const char *servername,
+ const char **server_fullname,
+ uint8_t *is_root,
+ uint32_t *ttl,
WERROR *werror);
NTSTATUS rpccli_dfs_SetDcAddress(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
+ const char *servername,
+ const char *server_fullname,
+ uint32_t flags,
+ uint32_t ttl,
WERROR *werror);
NTSTATUS rpccli_dfs_FlushFtTable(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,