summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_srvsvc.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-08 00:28:38 +0100
committerGünther Deschner <gd@samba.org>2008-03-08 00:28:38 +0100
commitc534eea8665a3b9341db967b7feb454177794d2a (patch)
tree4f7d2cfa274e4a24987e3c9c2b1c4492f2fe400e /source3/librpc/gen_ndr/cli_srvsvc.h
parenta97de32cb26971dc8136987ee90e31543ffb6ced (diff)
downloadsamba-c534eea8665a3b9341db967b7feb454177794d2a.tar.gz
samba-c534eea8665a3b9341db967b7feb454177794d2a.tar.bz2
samba-c534eea8665a3b9341db967b7feb454177794d2a.zip
Re-run make idl.
Guenther (This used to be commit 85007cf3f2e3df67c524cc67442396c114f6b784)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_srvsvc.h')
-rw-r--r--source3/librpc/gen_ndr/cli_srvsvc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/cli_srvsvc.h b/source3/librpc/gen_ndr/cli_srvsvc.h
index d4acc92555..b8171a3d53 100644
--- a/source3/librpc/gen_ndr/cli_srvsvc.h
+++ b/source3/librpc/gen_ndr/cli_srvsvc.h
@@ -289,7 +289,7 @@ NTSTATUS rpccli_srvsvc_NetGetFileSecurity(struct rpc_pipe_client *cli,
const char *share,
const char *file,
uint32_t securityinformation,
- struct sec_desc_buf *sd_buf,
+ struct sec_desc_buf **sd_buf,
WERROR *werror);
NTSTATUS rpccli_srvsvc_NetSetFileSecurity(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
@@ -297,7 +297,7 @@ NTSTATUS rpccli_srvsvc_NetSetFileSecurity(struct rpc_pipe_client *cli,
const char *share,
const char *file,
uint32_t securityinformation,
- struct sec_desc_buf sd_buf,
+ struct sec_desc_buf *sd_buf,
WERROR *werror);
NTSTATUS rpccli_srvsvc_NetServerTransportAddEx(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,