aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-08-13 17:35:39 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-08-13 17:35:39 +0000
commit44be957ed64cba1b4a5d4f47c9782474ec3a9767 (patch)
tree44199fa7929a5fc3fad59da43bb6a10910288cbf /gdb/cli
parent76d8b686dce35cbc0f1b24a10d7fbe8f418ad48a (diff)
downloadfsf-binutils-gdb-44be957ed64cba1b4a5d4f47c9782474ec3a9767.zip
fsf-binutils-gdb-44be957ed64cba1b4a5d4f47c9782474ec3a9767.tar.gz
fsf-binutils-gdb-44be957ed64cba1b4a5d4f47c9782474ec3a9767.tar.bz2
gdb/
* cli-logging.c (logging_overwrite, logging_redirect): Make them static.
Diffstat (limited to 'gdb/cli')
-rw-r--r--gdb/cli/cli-logging.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cli/cli-logging.c b/gdb/cli/cli-logging.c
index 497a7a3..af63dcc 100644
--- a/gdb/cli/cli-logging.c
+++ b/gdb/cli/cli-logging.c
@@ -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)