diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-10-30 18:45:05 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-10-30 18:45:05 (GMT) |
commit | 5f5bb8c472cf889a73e020b10b770e74dfb846e6 (patch) | |
tree | f5c88e7972d9bbf15916f000d45993bbfb3b98ed /plugins/check_ssh.c | |
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
Diffstat (limited to 'plugins/check_ssh.c')
-rw-r--r-- | plugins/check_ssh.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; | |||
30 | int verbose = FALSE; | 30 | int verbose = FALSE; |
31 | 31 | ||
32 | int process_arguments (int, char **); | 32 | int process_arguments (int, char **); |
33 | int call_getopt (int, char **); | ||
34 | int validate_arguments (void); | 33 | int validate_arguments (void); |
35 | void print_help (void); | 34 | void print_help (void); |
36 | void print_usage (void); | 35 | void print_usage (void); |