summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/negate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/negate.c b/plugins/negate.c
index e8f7c01..82a5548 100644
--- a/plugins/negate.c
+++ b/plugins/negate.c
@@ -44,10 +44,10 @@ const char *email = "devel@monitoring-plugins.org";
44/* char *command_line; */ 44/* char *command_line; */
45 45
46static const char **process_arguments(int, char **); 46static const char **process_arguments(int, char **);
47void validate_arguments(char **); 47static void validate_arguments(char **);
48void print_help(void); 48static void print_help(void);
49void print_usage(void); 49void print_usage(void);
50bool subst_text = false; 50static bool subst_text = false;
51 51
52static int state[4] = { 52static int state[4] = {
53 STATE_OK, 53 STATE_OK,