File nagios-plugins.negate.validate_arguments.patch of Package nagios-plugins
---
plugins/negate.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/plugins/negate.c
+++ b/plugins/negate.c
@@ -82,7 +82,7 @@ const char *email = "nagiosplug-devel@li
/* char *command_line; */
static const char **process_arguments (int, char **);
-int validate_arguments (char **);
+void validate_arguments (char **);
void print_help (void);
void print_usage (void);
@@ -252,7 +252,7 @@ process_arguments (int argc, char **argv
-int
+void
validate_arguments (char **command_line)
{
if (command_line[0] == NULL)