summaryrefslogtreecommitdiffstats
path: root/fish/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'fish/options.h')
-rw-r--r--fish/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/options.h b/fish/options.h
index 728df04a..b755d906 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;