summaryrefslogtreecommitdiff
path: root/source/rpcclient/rpcclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/rpcclient/rpcclient.h')
-rw-r--r--source/rpcclient/rpcclient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/rpcclient/rpcclient.h b/source/rpcclient/rpcclient.h
index 588d10b3e6b..a74c9dffde7 100644
--- a/source/rpcclient/rpcclient.h
+++ b/source/rpcclient/rpcclient.h
@@ -24,12 +24,12 @@
#define RPCCLIENT_H
struct cmd_set {
- char *name;
+ const char *name;
NTSTATUS (*fn)(struct cli_state*, TALLOC_CTX *mem_ctx, int argc,
char **argv);
- char *pipe;
- char *description;
- char *usage;
+ const char *pipe;
+ const char *description;
+ const char *usage;
};
#endif /* RPCCLIENT_H */