From ac9d377b90d6b6638c1e5e626d8da047b5c1274a Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Mon, 15 Jan 2018 00:22:49 +0300 Subject: move parseopt to lib/ Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- include/parseopt.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 include/parseopt.h (limited to 'include/parseopt.h') diff --git a/include/parseopt.h b/include/parseopt.h new file mode 100644 index 0000000000..abf3be3f35 --- /dev/null +++ b/include/parseopt.h @@ -0,0 +1,2 @@ +void parseopt_b(const char *options, const char *opt, bool *val); +void parseopt_hu(const char *options, const char *opt, unsigned short *val); -- cgit v1.2.3