]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
This should fix the build, I think tpot just missed the file for his CVS
authorAndrew Bartlett <abartlet@samba.org>
Fri, 20 Jul 2001 10:06:35 +0000 (10:06 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 20 Jul 2001 10:06:35 +0000 (10:06 +0000)
commit.  It seems to work fine, but if its not the right fix then just yell.

Andrew Bartlett

source/include/rpcclient.h

index f8e5d2d9b15e3b2a0ab6bc67f57fc125666be404..e6fc67674fe2d5fb52ba290b7f29f2b392673698 100644 (file)
@@ -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 */