[Nagiosplug-checkins] nagiosplug/lib utils_base.h,1.1,1.2
M. Sean Finney
seanius at users.sourceforge.net
Sat Sep 2 22:41:20 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug/lib
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18993/lib
Modified Files:
utils_base.h
Log Message:
- explicitly include utils_base.h from utils.h
- put utils.h inside of an #ifndef/#endif
Index: utils_base.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/utils_base.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- utils_base.h 13 Jul 2006 23:58:00 -0000 1.1
+++ utils_base.h 2 Sep 2006 20:41:18 -0000 1.2
@@ -1,3 +1,5 @@
+#ifndef _UTILS_BASE_
+#define _UTILS_BASE_
/* Header file for nagios plugins utils_base.c */
/* This file holds header information for thresholds - use this in preference to
@@ -35,3 +37,5 @@
char *np_escaped_string (const char *);
void die (int, const char *, ...) __attribute__((noreturn,format(printf, 2, 3)));
+
+#endif /* _UTILS_BASE_ */
More information about the Commits
mailing list