X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=lsu.h;fp=lsu.h;h=baba14fd7fde37a54d781b3663e336a140dc9f9b;hp=0000000000000000000000000000000000000000;hb=e072e2a4feb9879f66bc4847a5007cec07b5f5f7;hpb=2789c05ca43f0f89d76e1c86677335448fcce6d0 diff --git a/lsu.h b/lsu.h new file mode 100644 index 00000000..baba14fd --- /dev/null +++ b/lsu.h @@ -0,0 +1,7 @@ +/* Copyright (C) 2018 Andre Noll , 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);