Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhomann:nagiosQL
nagios-plugins
nagios-plugins.negate.validate_arguments.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor