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 74aa3b7c..df1d9eb2 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" #define WARN_DUPLICATES "DUPLICATES FOUND! " int process_arguments (int, char **); -int call_getopt (int, char **); int get_threshold (char *, float *, int *); int validate_arguments (void); int run_ping (char *); |