summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fish/fish.h b/fish/fish.h
index 3e811703..09a9ef27 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -19,7 +19,12 @@
#ifndef FISH_H
#define FISH_H
+#include <guestfs.h>
+
/* in fish.c */
+extern guestfs_h *g;
+extern int g_launched;
+extern int quit;
extern void pod2text (const char *heading, const char *body);
/* in cmds.c (auto-generated) */