From 89301b2a82255451c82dd68582567e53ee331ee8 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Fri, 20 Apr 2007 17:45:44 +0000 Subject: [PATCH] Declare print_thresholds(). git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1696 f882894a-f735-0410-b71e-b25c423dba1c --- lib/utils_base.h | 1 + 1 file changed, 1 insertion(+) 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 { 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 *); -- 2.30.2