summaryrefslogtreecommitdiff
path: root/gdb/source.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-12-18 19:32:41 +0000
committerTom Tromey <tromey@redhat.com>2012-12-18 19:32:41 +0000
commitb7980c31253fa80676e45dfd0b309a1e7ebb09c6 (patch)
tree31132daca6cc80013eb2e2cbb756e0d0e2f5da17 /gdb/source.c
parent341b9aba7841ca680349a837964a24f930e06059 (diff)
downloadgdb-b7980c31253fa80676e45dfd0b309a1e7ebb09c6.tar.gz
* defs.h (directory_command): Don't declare.
* source.c (directory_command): Now static.
Diffstat (limited to 'gdb/source.c')
-rw-r--r--gdb/source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c
index 7e14fc6ebcf..c9e6ba1f211 100644
--- a/gdb/source.c
+++ b/gdb/source.c
@@ -391,7 +391,7 @@ init_source_path (void)
/* Add zero or more directories to the front of the source path. */
-void
+static void
directory_command (char *dirname, int from_tty)
{
dont_repeat ();