Code

NEWS entry for last commit
[nagiosplug.git] / lib / utils_base.h
index f40fdb0f9e2fc77004667f919ccc92dc9d2bc64e..49e40a63b4d6747b672ce0e0b02ff4a1b0d8d26d 100644 (file)
@@ -35,6 +35,9 @@ void print_thresholds(const char *, thresholds *);
 int check_range(double, range *);
 int get_status(double, thresholds *);
 
+/* All possible characters in a threshold range */
+#define NP_THRESHOLDS_CHARS "0123456789.:@~"
+
 char *np_escaped_string (const char *);
 
 void die (int, const char *, ...) __attribute__((noreturn,format(printf, 2, 3)));