* source.c (directory_command): Now static.
+2012-12-18 Tom Tromey <tromey@redhat.com>
+
+ * defs.h (directory_command): Don't declare.
+ * source.c (directory_command): Now static.
+
2012-12-18 Tom Tromey <tromey@redhat.com>
* infcmd.c (all_registers_info, nexti_command, stepi_command)
extern void add_path (char *, char **, int);
-extern void directory_command (char *, int);
-
extern void directory_switch (char *, int);
extern char *source_path;
/* Add zero or more directories to the front of the source path. */
-void
+static void
directory_command (char *dirname, int from_tty)
{
dont_repeat ();