summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fish/fish.h b/fish/fish.h
index d398201b..6d0892fa 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -31,6 +31,8 @@ extern void list_builtin_commands (void);
extern void display_builtin_command (const char *cmd);
extern void free_strings (char **argv);
extern void print_strings (char **argv);
+extern int launch (guestfs_h *);
+extern int is_true (const char *str);
/* in cmds.c (auto-generated) */
extern void list_commands (void);