diff rvinterf/include/exitcodes.h @ 62:2dd9dbe3f4a7

rvinterf tree: exitcodes.h moved from etmsync to include so that the same exit code convention can be used in fc-shell and fc-tmsh
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 21:36:07 +0000
parents rvinterf/etmsync/exitcodes.h@e7502631a0f9
children 5c78f132547c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rvinterf/include/exitcodes.h	Wed Oct 26 21:36:07 2016 +0000
@@ -0,0 +1,5 @@
+#define	ERROR_USAGE	1
+#define	ERROR_TARGET	2
+#define	ERROR_RVINTERF	3
+#define	ERROR_UNIX	4
+#define	ERROR_BUG	5