diff options
Diffstat (limited to 'isofs/main.c')
-rw-r--r-- | isofs/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/isofs/main.c b/isofs/main.c index db16e2a1..d16e7286 100644 --- a/isofs/main.c +++ b/isofs/main.c @@ -39,6 +39,10 @@ int diskfs_link_max = INT_MAX; int diskfs_name_max = 255; /* see iso9660.h: struct dirrect::namelen */ int diskfs_maxsymlinks = 8; +char *host_name; +char *mounted_on; +size_t logical_block_size; +struct sblock *sblock; /* Fetch the root node */ static void |