diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-10-30 18:45:05 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-10-30 18:45:05 +0000 |
commit | 5f5bb8c472cf889a73e020b10b770e74dfb846e6 (patch) | |
tree | f5c88e7972d9bbf15916f000d45993bbfb3b98ed | |
parent | 7bf8d5f9e19023ddd543b48a23cd39ca83332d18 (diff) | |
download | monitoring-plugins-5f5bb8c472cf889a73e020b10b770e74dfb846e6.tar.gz |
forgot to remove call_getopt declaration
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@166 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/check_ssh.c | 1 | ||||
-rw-r--r-- | plugins/check_swap.c | 1 |
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); |