aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/check_ssh.c1
-rw-r--r--plugins/check_swap.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c
index ed36dd41..4637bcee 100644
--- a/plugins/check_ssh.c
+++ b/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);
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index f9dba38f..8e0a5898 100644
--- a/plugins/check_swap.c
+++ b/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);