diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-04-20 17:45:44 (GMT) |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-04-20 17:45:44 (GMT) |
commit | 89301b2a82255451c82dd68582567e53ee331ee8 (patch) | |
tree | f9f9e8c98bfadfeb97b74e70eefc068c2ad15d3b | |
parent | 4965affecf59d59a79839393c716d0dfce39a16f (diff) | |
download | monitoring-plugins-89301b2a82255451c82dd68582567e53ee331ee8.tar.gz |
Declare print_thresholds().
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1696 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | lib/utils_base.h | 1 |
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 { | |||
31 | range *parse_range_string (char *); | 31 | range *parse_range_string (char *); |
32 | int _set_thresholds(thresholds **, char *, char *); | 32 | int _set_thresholds(thresholds **, char *, char *); |
33 | void set_thresholds(thresholds **, char *, char *); | 33 | void set_thresholds(thresholds **, char *, char *); |
34 | void print_thresholds(const char *, thresholds *); | ||
34 | int check_range(double, range *); | 35 | int check_range(double, range *); |
35 | int get_status(double, thresholds *); | 36 | int get_status(double, thresholds *); |
36 | 37 | ||