mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
check_fping: Linter fixes
This commit is contained in:
parent
f3ed9c6038
commit
1d0f532750
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ enum {
|
|||
};
|
||||
|
||||
static int textscan(char *buf);
|
||||
static int process_arguments(int, char **);
|
||||
static int process_arguments(int /*argc*/, char ** /*argv*/);
|
||||
static int get_threshold(char *arg, char *rv[2]);
|
||||
static void print_help(void);
|
||||
void print_usage(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue