From 5f5bb8c472cf889a73e020b10b770e74dfb846e6 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Wed, 30 Oct 2002 18:45:05 +0000 Subject: forgot to remove call_getopt declaration git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@166 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c index ed36dd4..4637bce 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 f9dba38..8e0a589 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); -- cgit v0.10-9-g596f