* defs.h (directory_command): Don't declare.

* source.c (directory_command): Now static.
This commit is contained in:
Tom Tromey
2012-12-18 19:32:41 +00:00
parent 1dd5fedcf5
commit 28da164739
3 changed files with 6 additions and 3 deletions

View File

@@ -357,8 +357,6 @@ extern void mod_path (char *, char **);
extern void add_path (char *, char **, int);
extern void directory_command (char *, int);
extern void directory_switch (char *, int);
extern char *source_path;