diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-07-20 10:06:35 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-07-20 10:06:35 +0000 |
commit | d0e0578c59afd7faf0fe024e4f45963350ed9d4b (patch) | |
tree | dd715f2958bc4798f047067feea7c0c8f33ef766 | |
parent | f905c74d9ab24a51d036853a8c609d8da3e5c91f (diff) | |
download | samba-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)
-rw-r--r-- | source3/include/rpcclient.h | 1 |
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 */ |