瀏覽代碼

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 年之前
父節點
當前提交
5f5bb8c472
共有 2 個文件被更改,包括 0 次插入2 次删除
  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);