diff options
Diffstat (limited to 'fish/fish.h')
-rw-r--r-- | fish/fish.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/fish.h b/fish/fish.h index c4450a79..40f19901 100644 --- a/fish/fish.h +++ b/fish/fish.h @@ -47,6 +47,9 @@ extern char **do_completion (const char *text, int start, int end); /* in alloc.c */ extern int do_alloc (const char *cmd, int argc, char *argv[]); +/* in echo.c */ +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[]); |