From a6822e98434cf7da6fab033898094976d881ee0f Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Fri, 4 Feb 2022 11:23:02 +0100 Subject: New upstream version 3.1.2 --- CommandLine.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CommandLine.h') diff --git a/CommandLine.h b/CommandLine.h index 99579f5..fbdede8 100644 --- a/CommandLine.h +++ b/CommandLine.h @@ -8,6 +8,11 @@ Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ +typedef enum { + STATUS_OK, + STATUS_ERROR_EXIT, + STATUS_OK_EXIT +} CommandLineStatus; int CommandLine_run(const char* name, int argc, char** argv); -- cgit v1.2.3