]> git.tuebingen.mpg.de Git - paraslash.git/blob - ggo.h
Improve help/man page of para_write.
[paraslash.git] / ggo.h
1 struct ggo_help {
2         const char *purpose;
3         const char *usage;
4         const char **short_help;
5         const char **detailed_help;
6 };
7
8 void ggo_print_help(struct ggo_help *help, int detailed_help);
9 void printf_or_die(const char *fmt, ...);