Improve help/man page of para_filter.
[paraslash.git] / ggo.h
diff --git a/ggo.h b/ggo.h
new file mode 100644 (file)
index 0000000..40723ea
--- /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, ...);