1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-19 21:57:57 +03:00

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 commit is contained in:
Andrew Bartlett -
parent f0b7593ef5
commit d5ebbe6c12

View 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 */