summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/fish.h b/fish/fish.h
index 3997d6d4..86e5e357 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -40,4 +40,7 @@ extern void list_commands (void);
extern void display_command (const char *cmd);
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);
+
#endif /* FISH_H */