diff options
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r-- | lib/utils_base.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h index 113e304..44ed0a3 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h | |||
@@ -38,4 +38,8 @@ char *np_escaped_string (const char *); | |||
38 | 38 | ||
39 | void die (int, const char *, ...) __attribute__((noreturn,format(printf, 2, 3))); | 39 | void die (int, const char *, ...) __attribute__((noreturn,format(printf, 2, 3))); |
40 | 40 | ||
41 | /* Return codes for _set_thresholds */ | ||
42 | #define NP_RANGE_UNPARSEABLE 1 | ||
43 | #define NP_WARN_WITHIN_CRIT 2 | ||
44 | |||
41 | #endif /* _UTILS_BASE_ */ | 45 | #endif /* _UTILS_BASE_ */ |