Code

remove call_getopt
[nagiosplug.git] / plugins / check_ping.c
index 74aa3b7c6a03f3b7a6992649026214ee8b477a8e..df1d9eb2025c4ec4750538cafce3add20491bd65 100644 (file)
@@ -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 *);