diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-08 15:19:51 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-08 15:19:51 +0100 |
commit | c10fa84ada465d83bcbe0550ed512215036b4bea (patch) | |
tree | 9c0247d1d2870009e14bfcf08c605018da09f845 /fish/fish.h | |
parent | 33377fc61d4356a0e83cf7ef39d545842647481c (diff) | |
download | libguestfs-c10fa84ada465d83bcbe0550ed512215036b4bea.tar.gz libguestfs-c10fa84ada465d83bcbe0550ed512215036b4bea.tar.xz libguestfs-c10fa84ada465d83bcbe0550ed512215036b4bea.zip |
Implement -command (to ignore errors) in guestfish, and allow recovery from qemu process failure.
Diffstat (limited to 'fish/fish.h')
-rw-r--r-- | fish/fish.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fish/fish.h b/fish/fish.h index 40f19901..c9dd3508 100644 --- a/fish/fish.h +++ b/fish/fish.h @@ -23,7 +23,6 @@ /* in fish.c */ extern guestfs_h *g; -extern int g_launched; extern int quit; extern int verbose; extern void pod2text (const char *heading, const char *body); |