Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / libhfs_iso / gdata.c
1 /*
2  * This file has been modified for the cdrkit suite.
3  *
4  * The behaviour and appearence of the program code below can differ to a major
5  * extent from the version distributed by the original author(s).
6  *
7  * For details, see Changelog file distributed with the cdrkit package. If you
8  * received this file from another source then ask the distributing person for
9  * a log of modifications.
10  *
11  */
12
13 /* @(#)gdata.c  1.1 01/01/21 Copyright 2001 J. Schilling */
14
15 #include <mconfig.h>
16 #include "internal.h"
17
18 char *hfs_error = "no error";   /* static error string */
19 hfsvol *hfs_mounts;             /* linked list of mounted volumes */
20 hfsvol *hfs_curvol;             /* current volume */