aboutsummaryrefslogtreecommitdiff
path: root/src/cflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cflow.h')
-rw-r--r--src/cflow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cflow.h b/src/cflow.h
index 28ba0db..e60d222 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -41,6 +41,12 @@
# define setlocale(category, locale) /* empty */
#endif
+/* Exit codes */
+#define EX_OK 0 /* Success */
+#define EX_FATAL 1 /* Fatal error */
+#define EX_SOFT 2 /* Some input files cannot be read or parsed */
+#define EX_USAGE 3 /* Command line usage error */
+
#define NUMITEMS(a) sizeof(a)/sizeof((a)[0])
struct linked_list_entry {

Return to:

Send suggestions and report system problems to the System administrator.