From 28da164739cdb1fd96bf7feb30c14e6ec6fe1a66 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 18 Dec 2012 19:32:41 +0000 Subject: * defs.h (directory_command): Don't declare. * source.c (directory_command): Now static. --- gdb/source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/source.c') diff --git a/gdb/source.c b/gdb/source.c index 7e14fc6..c9e6ba1 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 (); -- cgit v1.1