summaryrefslogtreecommitdiff
path: root/libdiskfs/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r--libdiskfs/priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h
index 5a90c2b8..b5c9b98d 100644
--- a/libdiskfs/priv.h
+++ b/libdiskfs/priv.h
@@ -33,6 +33,9 @@ extern int _diskfs_nosuid, _diskfs_noexec;
/* This is the -C argument value. */
extern const char *_diskfs_chroot_directory;
+/* If --boot-command is given, this points to the program and args. */
+extern char **_diskfs_boot_command;
+
volatile struct mapped_time_value *_diskfs_mtime;
extern struct argp_option diskfs_common_options[];