mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
check_snmp: declare internal functions static
This commit is contained in:
parent
faf794b401
commit
75f792bc6b
1 changed files with 2 additions and 2 deletions
|
|
@ -84,8 +84,8 @@ typedef struct proces_arguments_wrapper {
|
|||
} process_arguments_wrapper;
|
||||
|
||||
static process_arguments_wrapper process_arguments(int /*argc*/, char ** /*argv*/);
|
||||
char *trim_whitespaces_and_check_quoting(char *str);
|
||||
char *get_next_argument(char *str);
|
||||
static char *trim_whitespaces_and_check_quoting(char *str);
|
||||
static char *get_next_argument(char *str);
|
||||
void print_usage(void);
|
||||
void print_help(void);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue