summaryrefslogtreecommitdiffstats
path: root/plugins/utils.h
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-11-23 21:47:04 +0000
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-11-23 21:47:04 +0000
commit97131650ea6bf9f16b775743e9931a91ea441887 (patch)
treeacf692480460cd671de554bbecf32487f334e3b6 /plugins/utils.h
parent643e6a0a4fc787541371aef9369d42b5cd250f91 (diff)
downloadmonitoring-plugins-97131650ea6bf9f16b775743e9931a91ea441887.tar.gz
Rename check_ntp* and merge change in Trunk
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/dermoth_ntp_rework@1832 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.h')
-rw-r--r--plugins/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h
index f15a7b16..bb99ee16 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -76,6 +76,7 @@ char *strpcpy (char *, const char *, const char *);
76char *strpcat (char *, const char *, const char *); 76char *strpcat (char *, const char *, const char *);
77 77
78int max_state (int a, int b); 78int max_state (int a, int b);
79int max_state_alt (int a, int b);
79 80
80void usage (const char *) __attribute__((noreturn)); 81void usage (const char *) __attribute__((noreturn));
81void usage2(const char *, const char *) __attribute__((noreturn)); 82void usage2(const char *, const char *) __attribute__((noreturn));