diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-01-29 06:38:00 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-01-29 06:38:00 (GMT) |
commit | 041fdc1d08df3769f162473292ad96dd18aa88b2 (patch) | |
tree | 57c0aa9cb1ec626fce93a11dbfb9ad7e7bbcfcd0 /plugins | |
parent | 639e834cb49d6c18f28a43d1b55d4b90b170ca87 (diff) | |
download | monitoring-plugins-041fdc1d08df3769f162473292ad96dd18aa88b2.tar.gz |
remove incorrect check_disk() declaration
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@268 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_mysql.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 6d6f19a..f806a27 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c | |||
@@ -32,7 +32,6 @@ unsigned int db_port = MYSQL_PORT; | |||
32 | 32 | ||
33 | int process_arguments (int, char **); | 33 | int process_arguments (int, char **); |
34 | int validate_arguments (void); | 34 | int validate_arguments (void); |
35 | int check_disk (int usp, int free_disk); | ||
36 | void print_help (void); | 35 | void print_help (void); |
37 | void print_usage (void); | 36 | void print_usage (void); |
38 | 37 | ||