Przeglądaj źródła

forgot to remove call_getopt declaration

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@166 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop 23 lat temu
rodzic
commit
5f5bb8c472
2 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 1
      plugins/check_ssh.c
  2. 0 1
      plugins/check_swap.c

+ 0 - 1
plugins/check_ssh.c

@@ -30,7 +30,6 @@ char *server_name = NULL;
 int verbose = FALSE;
 
 int process_arguments (int, char **);
-int call_getopt (int, char **);
 int validate_arguments (void);
 void print_help (void);
 void print_usage (void);

+ 0 - 1
plugins/check_swap.c

@@ -17,7 +17,6 @@
 #define PROGNAME "check_swap"
 
 int process_arguments (int argc, char **argv);
-int call_getopt (int argc, char **argv);
 int validate_arguments (void);
 void print_usage (void);
 void print_help (void);