summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-08-02 17:43:23 +0100
committerRichard Jones <rjones@redhat.com>2010-08-17 14:09:25 +0100
commit4440e22f4f7ebffe0728a8c019319d1a2b260cf5 (patch)
treeb7ef0f266e9c505a471e50b58d9faa7e3429b82c /fish/fish.h
parent1a9aa565b38eafe48621bc2fe42d35ea6a907708 (diff)
downloadlibguestfs-4440e22f4f7ebffe0728a8c019319d1a2b260cf5.tar.gz
libguestfs-4440e22f4f7ebffe0728a8c019319d1a2b260cf5.tar.xz
libguestfs-4440e22f4f7ebffe0728a8c019319d1a2b260cf5.zip
fish: Reimplement -i option using new C-based inspection.
Don't shell out to virt-inspector. Instead, use the new C-based inspection APIs. This is much faster. The new syntax is slightly different: guestfish -a disk.img -i guestfish -d guest -i However, the old syntax still works.
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/fish.h b/fish/fish.h
index bf1f81c6..660b8eee 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -96,6 +96,10 @@ extern int do_echo (const char *cmd, int argc, char *argv[]);
/* in edit.c */
extern int do_edit (const char *cmd, int argc, char *argv[]);
+/* in inspect.c */
+extern void inspect_mount (void);
+extern void print_inspect_prompt (void);
+
/* in lcd.c */
extern int do_lcd (const char *cmd, int argc, char *argv[]);