Command line and interactive shell parsing, prompts etc.
[libguestfs.git] / fish / fish.h
index 3e81170..09a9ef2 100644 (file)
 #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) */