summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/rpcclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/rpcclient.h b/source3/include/rpcclient.h
index f8e5d2d9b1..e6fc67674f 100644
--- a/source3/include/rpcclient.h
+++ b/source3/include/rpcclient.h
@@ -27,6 +27,7 @@ struct cmd_set {
char *name;
uint32 (*fn)(struct cli_state*, int argc, char **argv);
char *description;
+ char *usage;
};
#endif /* RPCCLIENT_H */