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 | d5ebbe6c12313b717777f221af004104b4361d57 (patch) | |
tree | abe01eeda89ee5cbfec85ca7643e7943735fa5d1 | |
parent | f0b7593ef54f8f093018ee2a8325e6f4422a4bbd (diff) | |
download | samba-d5ebbe6c12313b717777f221af004104b4361d57.tar.gz samba-d5ebbe6c12313b717777f221af004104b4361d57.tar.xz samba-d5ebbe6c12313b717777f221af004104b4361d57.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
-rw-r--r-- | source/include/rpcclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/rpcclient.h b/source/include/rpcclient.h index f8e5d2d9b15..e6fc67674fe 100644 --- a/source/include/rpcclient.h +++ b/source/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 */ |