From 6698b613928f89f35a0b8b4c9f48e954f03db8de Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 2 Jun 2013 10:12:12 -0700 Subject: Exit with different exit code in case of errors unrelated to check result (2, specifically). Remove some debug output. --- src/ipaddrcheck_functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipaddrcheck_functions.h') diff --git a/src/ipaddrcheck_functions.h b/src/ipaddrcheck_functions.h index 67cc410..bf39338 100644 --- a/src/ipaddrcheck_functions.h +++ b/src/ipaddrcheck_functions.h @@ -33,6 +33,7 @@ #define RESULT_SUCCESS 1 #define RESULT_FAILURE 0 +#define RESULT_INT_ERROR 2 #define IPV4_MULTICAST "224.0.0.0/4" #define IPV4_LOOPBACK "127.0.0.0/8" -- cgit v1.2.3