summaryrefslogtreecommitdiffstats
path: root/lib/utils_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r--lib/utils_base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h
index f40fdb0..49e40a6 100644
--- a/lib/utils_base.h
+++ b/lib/utils_base.h
@@ -35,6 +35,9 @@ void print_thresholds(const char *, thresholds *);
35int check_range(double, range *); 35int check_range(double, range *);
36int get_status(double, thresholds *); 36int get_status(double, thresholds *);
37 37
38/* All possible characters in a threshold range */
39#define NP_THRESHOLDS_CHARS "0123456789.:@~"
40
38char *np_escaped_string (const char *); 41char *np_escaped_string (const char *);
39 42
40void die (int, const char *, ...) __attribute__((noreturn,format(printf, 2, 3))); 43void die (int, const char *, ...) __attribute__((noreturn,format(printf, 2, 3)));