summaryrefslogtreecommitdiffstats
path: root/plugins/check_ping.c
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-11-09 04:22:22 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2002-11-09 04:22:22 (GMT)
commit6fa04c4a4954c34bd212a0f383fd1337d29a6cde (patch)
tree58fd91d3392a9ef0790d5ca4051798c0d275b025 /plugins/check_ping.c
parent62291c185489730733ac0902484bf7d385da0806 (diff)
downloadmonitoring-plugins-6fa04c4a4954c34bd212a0f383fd1337d29a6cde.tar.gz
remove call_getopt
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@181 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ping.c')
-rw-r--r--plugins/check_ping.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_ping.c b/plugins/check_ping.c
index 74aa3b7..df1d9eb 100644
--- a/plugins/check_ping.c
+++ b/plugins/check_ping.c
@@ -56,7 +56,6 @@ the contrib area of the downloads section at http://www.nagios.org\n\n"
56#define WARN_DUPLICATES "DUPLICATES FOUND! " 56#define WARN_DUPLICATES "DUPLICATES FOUND! "
57 57
58int process_arguments (int, char **); 58int process_arguments (int, char **);
59int call_getopt (int, char **);
60int get_threshold (char *, float *, int *); 59int get_threshold (char *, float *, int *);
61int validate_arguments (void); 60int validate_arguments (void);
62int run_ping (char *); 61int run_ping (char *);