summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-25 23:51:56 +0000
committerTim Potter <tpot@samba.org>2003-02-25 23:51:56 +0000
commit1788f806e7655aa37cff22eaa6f3f424fb779274 (patch)
tree16c744459ddde80a0ec131ecb0bdcee586dfb9c6 /source3/rpcclient/rpcclient.h
parentf5394078d974a938c6e619ec6f2d565c028d6cf1 (diff)
downloadsamba-1788f806e7655aa37cff22eaa6f3f424fb779274.tar.gz
samba-1788f806e7655aa37cff22eaa6f3f424fb779274.tar.bz2
samba-1788f806e7655aa37cff22eaa6f3f424fb779274.zip
Merge: const fixes.
(This used to be commit a20aba09996e470425a151271237f2d48a8302af)
Diffstat (limited to 'source3/rpcclient/rpcclient.h')
-rw-r--r--source3/rpcclient/rpcclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/rpcclient.h b/source3/rpcclient/rpcclient.h
index 3276a62437..1bd3c1a641 100644
--- a/source3/rpcclient/rpcclient.h
+++ b/source3/rpcclient/rpcclient.h
@@ -24,8 +24,8 @@
struct cmd_set {
const char *name;
- NTSTATUS (*fn)(struct cli_state*, TALLOC_CTX *mem_ctx, int argc,
- char **argv);
+ NTSTATUS (*fn)(struct cli_state *cli, TALLOC_CTX *mem_ctx, int argc,
+ const char **argv);
int pipe_idx;
const char *description;
const char *usage;