X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo.h;fp=ggo.h;h=40723ea91d2123e66e65b516db9bb1da17a8cf1f;hp=0000000000000000000000000000000000000000;hb=6442f07bb08eb6e557086587f997b1785ea18ef7;hpb=e06c60040db60f45f6e0bb3095e8dac21420f126 diff --git a/ggo.h b/ggo.h new file mode 100644 index 00000000..40723ea9 --- /dev/null +++ b/ggo.h @@ -0,0 +1,9 @@ +struct ggo_help { + const char *purpose; + const char *usage; + const char **short_help; + const char **detailed_help; +}; + +void ggo_print_help(struct ggo_help *help, int detailed_help); +void printf_or_die(const char *fmt, ...);