summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_lsarpc.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-23 18:56:26 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-23 18:56:26 +0000
commit4c4af2ba5ec3c1496576fe88331346cc631699e5 (patch)
tree171138987d6f316f710a874704da9c04789cc971 /source3/rpc_client/cli_lsarpc.c
parentc5a6d0c84de27e1c849a0ec45fcf718e52346b13 (diff)
downloadsamba-4c4af2ba5ec3c1496576fe88331346cc631699e5.tar.gz
samba-4c4af2ba5ec3c1496576fe88331346cc631699e5.tar.bz2
samba-4c4af2ba5ec3c1496576fe88331346cc631699e5.zip
shuffling msrpc code around so that it can be used independently of rpcclient
(This used to be commit e88e7d529b5bdf32ac3bc71fa8e18f6f2a98c695)
Diffstat (limited to 'source3/rpc_client/cli_lsarpc.c')
-rw-r--r--source3/rpc_client/cli_lsarpc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c
index ebda7d8708..d49ba09e4d 100644
--- a/source3/rpc_client/cli_lsarpc.c
+++ b/source3/rpc_client/cli_lsarpc.c
@@ -347,8 +347,10 @@ BOOL lsa_open_policy2(struct cli_state *cli, uint16 fnum,
do a LSA Open Secret
****************************************************************************/
BOOL lsa_open_secret(struct cli_state *cli, uint16 fnum,
- POLICY_HND *hnd_pol, char *secret_name, uint32 des_access,
- POLICY_HND *hnd_secret)
+ const POLICY_HND *hnd_pol,
+ const char *secret_name,
+ uint32 des_access,
+ POLICY_HND *hnd_secret)
{
prs_struct rbuf;
prs_struct buf;