From a4270020addc324fb60d2b1b446b41bc31e3baf8 Mon Sep 17 00:00:00 2001 From: Lucas Castro Date: Wed, 10 Jan 2024 22:33:44 -0300 Subject: Import Upstream version 1.0.4 --- cmdline.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cmdline.h (limited to 'cmdline.h') diff --git a/cmdline.h b/cmdline.h new file mode 100644 index 0000000..9aa66c3 --- /dev/null +++ b/cmdline.h @@ -0,0 +1,16 @@ +/* + + (C) 2014 Mika Ilmaranta + + License: GPLv2 + +*/ + +#ifndef __CMDLINE_H__ +#define __CMDLINE_H__ + +void cmdline_parse(int argc, char *argv[]); + +#endif + +/* EOF */ -- cgit v1.2.3