diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_snmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 3ac949a5..c65e3d82 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -84,8 +84,8 @@ typedef struct proces_arguments_wrapper { | |||
84 | } process_arguments_wrapper; | 84 | } process_arguments_wrapper; |
85 | 85 | ||
86 | static process_arguments_wrapper process_arguments(int /*argc*/, char ** /*argv*/); | 86 | static process_arguments_wrapper process_arguments(int /*argc*/, char ** /*argv*/); |
87 | char *trim_whitespaces_and_check_quoting(char *str); | 87 | static char *trim_whitespaces_and_check_quoting(char *str); |
88 | char *get_next_argument(char *str); | 88 | static char *get_next_argument(char *str); |
89 | void print_usage(void); | 89 | void print_usage(void); |
90 | void print_help(void); | 90 | void print_help(void); |
91 | 91 | ||