[Nagiosplug-checkins] nagiosplug/lib utils_base.h,1.3,1.4
Holger Weiss
hweiss at users.sourceforge.net
Fri Apr 20 19:45:46 CEST 2007
Update of /cvsroot/nagiosplug/nagiosplug/lib
In directory sc8-pr-cvs16:/tmp/cvs-serv25505
Modified Files:
utils_base.h
Log Message:
Declare print_thresholds().
Index: utils_base.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/utils_base.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- utils_base.h 18 Oct 2006 12:03:10 -0000 1.3
+++ utils_base.h 20 Apr 2007 17:45:44 -0000 1.4
@@ -31,6 +31,7 @@
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 *);
More information about the Commits
mailing list