summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-25 06:24:13 +0000
committerTim Potter <tpot@samba.org>2003-02-25 06:24:13 +0000
commit3a2f56cb630a7566ef0a70052b3102651bf653cc (patch)
tree1a76017aa0d4bc52de8b3d78a71c83d6409936e2 /source3/rpcclient/rpcclient.h
parent589371e1d5844be9ea0da4c674635ccc42ab9498 (diff)
downloadsamba-3a2f56cb630a7566ef0a70052b3102651bf653cc.tar.gz
samba-3a2f56cb630a7566ef0a70052b3102651bf653cc.tar.bz2
samba-3a2f56cb630a7566ef0a70052b3102651bf653cc.zip
Fixed up some const related compiler warnings.
(This used to be commit 923425e497112c5d1e2e569da6c13dcd02b6a8af)
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;