diff options
Diffstat (limited to 'plugins/check_ping.c')
-rw-r--r-- | plugins/check_ping.c | 1 |
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 | ||
58 | int process_arguments (int, char **); | 58 | int process_arguments (int, char **); |
59 | int call_getopt (int, char **); | ||
60 | int get_threshold (char *, float *, int *); | 59 | int get_threshold (char *, float *, int *); |
61 | int validate_arguments (void); | 60 | int validate_arguments (void); |
62 | int run_ping (char *); | 61 | int run_ping (char *); |