]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - lsu.h
Introduce lsu.{c,h}, implement help --long for para_server.
[paraslash.git] / lsu.h
diff --git a/lsu.h b/lsu.h
new file mode 100644 (file)
index 0000000..baba14f
--- /dev/null
+++ b/lsu.h
@@ -0,0 +1,7 @@
+/* Copyright (C) 2018 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
+
+/** \file lsu.h Lopsub Utilities, enums and public functions. */
+int lsu_com_help(bool long_help, const struct lls_parse_result *lpr,
+               const struct lls_suite *suite,
+               const char *(*aux_info_cb)(unsigned cmd_num, bool verbose),
+               char **result, unsigned *num_chars);