* cli-logging.c (logging_overwrite, logging_redirect): Make them
	static.
This commit is contained in:
Jan Kratochvil 2010-08-13 17:35:39 +00:00
parent 76d8b686dc
commit 44be957ed6
2 changed files with 7 additions and 2 deletions

View file

@ -45,7 +45,7 @@ show_logging_filename (struct ui_file *file, int from_tty,
value);
}
int logging_overwrite;
static int logging_overwrite;
static void
show_logging_overwrite (struct ui_file *file, int from_tty,
struct cmd_list_element *c, const char *value)
@ -55,7 +55,7 @@ Whether logging overwrites or appends to the log file is %s.\n"),
value);
}
int logging_redirect;
static int logging_redirect;
static void
show_logging_redirect (struct ui_file *file, int from_tty,
struct cmd_list_element *c, const char *value)