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 6cd4d976..e45f0345 100644 --- a/fish/fish.h +++ b/fish/fish.h @@ -44,4 +44,7 @@ extern int run_action (const char *cmd, int argc, char *argv[]); /* in completion.c (auto-generated) */ extern char **do_completion (const char *text, int start, int end); +/* in alloc.c */ +extern int do_alloc (int argc, char *argv[]); + #endif /* FISH_H */ |