summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/fish/fish.h b/fish/fish.h
index 13a2e5c4..0dd1fc2e 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -61,6 +61,9 @@ extern int do_echo (const char *cmd, int argc, char *argv[]);
/* in edit.c */
extern int do_edit (const char *cmd, int argc, char *argv[]);
+/* in lcd.c */
+extern int do_lcd (const char *cmd, int argc, char *argv[]);
+
/* This should just list all the built-in commands so they can
* be added to the generated auto-completion code.
*/
@@ -69,6 +72,7 @@ extern int do_edit (const char *cmd, int argc, char *argv[]);
"quit", "exit", "q", \
"alloc", "allocate", \
"echo", \
- "edit", "vi", "emacs"
+ "edit", "vi", "emacs" \
+ "lcd"
#endif /* FISH_H */