diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 02:39:38 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 02:39:38 (GMT) |
commit | 1d0f532750f24b2208846c139927fb8ed50ff1d3 (patch) | |
tree | dbd3e0f56a0c9e34e34246b5323b8fb9b0127eaa /plugins | |
parent | f3ed9c6038eb960efcdaff7f58cae7934dd20a3e (diff) | |
download | monitoring-plugins-1d0f532750f24b2208846c139927fb8ed50ff1d3.tar.gz |
check_fping: Linter fixes
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_fping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c index 79d672c..49235e2 100644 --- a/plugins/check_fping.c +++ b/plugins/check_fping.c | |||
@@ -47,7 +47,7 @@ enum { | |||
47 | }; | 47 | }; |
48 | 48 | ||
49 | static int textscan(char *buf); | 49 | static int textscan(char *buf); |
50 | static int process_arguments(int, char **); | 50 | static int process_arguments(int /*argc*/, char ** /*argv*/); |
51 | static int get_threshold(char *arg, char *rv[2]); | 51 | static int get_threshold(char *arg, char *rv[2]); |
52 | static void print_help(void); | 52 | static void print_help(void); |
53 | void print_usage(void); | 53 | void print_usage(void); |