From d0e0578c59afd7faf0fe024e4f45963350ed9d4b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 20 Jul 2001 10:06:35 +0000 Subject: 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) --- source3/include/rpcclient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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 */ -- cgit