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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h
index 44ed0a3..b722d0e 100644
--- a/lib/utils_base.h
+++ b/lib/utils_base.h
@@ -31,6 +31,7 @@ typedef struct thresholds_struct {
31range *parse_range_string (char *); 31range *parse_range_string (char *);
32int _set_thresholds(thresholds **, char *, char *); 32int _set_thresholds(thresholds **, char *, char *);
33void set_thresholds(thresholds **, char *, char *); 33void set_thresholds(thresholds **, char *, char *);
34void print_thresholds(const char *, thresholds *);
34int check_range(double, range *); 35int check_range(double, range *);
35int get_status(double, thresholds *); 36int get_status(double, thresholds *);
36 37