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 f911eed7..59f2e10a 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -88,6 +88,9 @@ extern int do_reopen (const char *cmd, int argc, char *argv[]);
/* in time.c */
extern int do_time (const char *cmd, int argc, char *argv[]);
+/* in tilde.c */
+extern char *try_tilde_expansion (char *path);
+
/* This should just list all the built-in commands so they can
* be added to the generated auto-completion code.
*/