[Nagiosplug-checkins] nagiosplug/plugins utils.h,1.31,1.32

M. Sean Finney seanius at users.sourceforge.net
Sat Sep 2 22:41:20 CEST 2006


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18993/plugins

Modified Files:
	utils.h 
Log Message:
- explicitly include utils_base.h from utils.h
- put utils.h inside of an #ifndef/#endif


Index: utils.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/utils.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- utils.h	13 Jul 2006 12:50:21 -0000	1.31
+++ utils.h	2 Sep 2006 20:41:18 -0000	1.32
@@ -13,6 +13,9 @@
 provided to standardize version and error reporting across the entire
 suite of plugins. */
 
+/* now some functions etc are being defined in ../lib/utils_base.c */
+#include "utils_base.h"
+
 /* Standardize version information, termination */
 
 /* $Id$ */





More information about the Commits mailing list