aboutsummaryrefslogtreecommitdiffstats
path: root/CommandLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLine.h')
-rw-r--r--CommandLine.h5
1 files changed, 5 insertions, 0 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy