summaryrefslogtreecommitdiffstats
path: root/plugins/utils.h
diff options
context:
space:
mode:
authorM. Sean Finney <seanius@users.sourceforge.net>2006-09-02 20:41:18 (GMT)
committerM. Sean Finney <seanius@users.sourceforge.net>2006-09-02 20:41:18 (GMT)
commit8efd2d1d907e4741cf979fd123d62965bf9ae3d5 (patch)
treef51d1a903c2965c43f803ab85d6941a994f0c2e8 /plugins/utils.h
parent1efb32375031098a7a5bb94301796567c06829fc (diff)
downloadmonitoring-plugins-8efd2d1d907e4741cf979fd123d62965bf9ae3d5.tar.gz
- explicitly include utils_base.h from utils.h
- put utils.h inside of an #ifndef/#endif git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1474 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.h')
-rw-r--r--plugins/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h
index 1f53aad..0d00ce8 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -13,6 +13,9 @@ in order to resist overflow attacks. In addition, a few functions are
13provided to standardize version and error reporting across the entire 13provided to standardize version and error reporting across the entire
14suite of plugins. */ 14suite of plugins. */
15 15
16/* now some functions etc are being defined in ../lib/utils_base.c */
17#include "utils_base.h"
18
16/* Standardize version information, termination */ 19/* Standardize version information, termination */
17 20
18/* $Id$ */ 21/* $Id$ */