diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-09 04:22:22 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-09 04:22:22 (GMT) |
commit | 6fa04c4a4954c34bd212a0f383fd1337d29a6cde (patch) | |
tree | 58fd91d3392a9ef0790d5ca4051798c0d275b025 /plugins/check_by_ssh.c | |
parent | 62291c185489730733ac0902484bf7d385da0806 (diff) | |
download | monitoring-plugins-6fa04c4a4954c34bd212a0f383fd1337d29a6cde.tar.gz |
remove call_getopt
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@181 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index 97c8672..93f1ead 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
@@ -37,7 +37,6 @@ | |||
37 | #define PROGNAME "check_by_ssh" | 37 | #define PROGNAME "check_by_ssh" |
38 | 38 | ||
39 | int process_arguments (int, char **); | 39 | int process_arguments (int, char **); |
40 | int call_getopt (int, char **); | ||
41 | int validate_arguments (void); | 40 | int validate_arguments (void); |
42 | void print_help (char *command_name); | 41 | void print_help (char *command_name); |
43 | void print_usage (void); | 42 | void print_usage (void); |