summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-07-20 10:06:35 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-07-20 10:06:35 +0000
commitd0e0578c59afd7faf0fe024e4f45963350ed9d4b (patch)
treedd715f2958bc4798f047067feea7c0c8f33ef766 /source3
parentf905c74d9ab24a51d036853a8c609d8da3e5c91f (diff)
downloadsamba-d0e0578c59afd7faf0fe024e4f45963350ed9d4b.tar.gz
samba-d0e0578c59afd7faf0fe024e4f45963350ed9d4b.tar.bz2
samba-d0e0578c59afd7faf0fe024e4f45963350ed9d4b.zip
This should fix the build, I think tpot just missed the file for his CVS
commit. It seems to work fine, but if its not the right fix then just yell. Andrew Bartlett (This used to be commit d5ebbe6c12313b717777f221af004104b4361d57)
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 */