X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Foptions.h;h=b755d9065f4d36398eb47a1ac7ecb1b73ae7c842;hb=0daf7e81a659bcdc1ce327151cc1207b124a35a1;hp=728df04a9d594db44d9dac4e38827f490ffe5710;hpb=70faafe8d4f0c06c3e62c1e1469289255ee30c53;p=libguestfs.git diff --git a/fish/options.h b/fish/options.h index 728df04..b755d90 100644 --- a/fish/options.h +++ b/fish/options.h @@ -67,6 +67,7 @@ /* Provided by guestfish or guestmount. */ extern guestfs_h *g; extern int read_only; +extern int live; extern int verbose; extern int inspector; extern int keys_from_stdin;