Code

forgot to remove call_getopt declaration
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Wed, 30 Oct 2002 18:45:05 +0000 (18:45 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Wed, 30 Oct 2002 18:45:05 +0000 (18:45 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@166 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_ssh.c
plugins/check_swap.c

index ed36dd4187ed43c5826c06ef041303a77e41d702..4637bcee0c781280567a8308de4bdc7dc6231886 100644 (file)
@@ -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);
index f9dba38f929853e24e9e01243281eedc56101486..8e0a58985517d11a69b8b66bdfdd6bd268d54d21 100644 (file)
@@ -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);