summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4965aff)
raw | patch | inline | side by side (parent: 4965aff)
author | Holger Weiss <hweiss@users.sourceforge.net> | |
Fri, 20 Apr 2007 17:45:44 +0000 (17:45 +0000) | ||
committer | Holger Weiss <hweiss@users.sourceforge.net> | |
Fri, 20 Apr 2007 17:45:44 +0000 (17:45 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1696 f882894a-f735-0410-b71e-b25c423dba1c
lib/utils_base.h | patch | blob | history |
diff --git a/lib/utils_base.h b/lib/utils_base.h
index 44ed0a37adcab4af286b249849e8e4c3a02fdd8f..b722d0eccc2dc04903faf8f4c0aef90030011ac4 100644 (file)
--- a/lib/utils_base.h
+++ b/lib/utils_base.h
range *parse_range_string (char *);
int _set_thresholds(thresholds **, char *, char *);
void set_thresholds(thresholds **, char *, char *);
+void print_thresholds(const char *, thresholds *);
int check_range(double, range *);
int get_status(double, thresholds *);