mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
negate: do not export local variables
This commit is contained in:
parent
733d725719
commit
ab5a037d66
1 changed files with 3 additions and 3 deletions
|
|
@ -44,10 +44,10 @@ const char *email = "devel@monitoring-plugins.org";
|
|||
/* char *command_line; */
|
||||
|
||||
static const char **process_arguments(int, char **);
|
||||
void validate_arguments(char **);
|
||||
void print_help(void);
|
||||
static void validate_arguments(char **);
|
||||
static void print_help(void);
|
||||
void print_usage(void);
|
||||
bool subst_text = false;
|
||||
static bool subst_text = false;
|
||||
|
||||
static int state[4] = {
|
||||
STATE_OK,
|
||||
|
|
|
|||
Loading…
Reference in a new issue