mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
check_hpjd: linter fixes
This commit is contained in:
parent
f33412e50a
commit
e03fb9904b
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ const char *email = "devel@monitoring-plugins.org";
|
|||
#define ONLINE 0
|
||||
#define OFFLINE 1
|
||||
|
||||
static int process_arguments(int, char **);
|
||||
static int process_arguments(int /*argc*/, char ** /*argv*/);
|
||||
static int validate_arguments(void);
|
||||
static void print_help(void);
|
||||
void print_usage(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue