Name Date Size #Lines LOC

..--

MakefileH A D20-Feb-20202.3 KiB7637

READMEH A D20-Feb-20201 KiB3019

block.cH A D20-Feb-20204.8 KiB206133

block.hH A D20-Feb-20201 KiB254

btree.cH A D20-Feb-202013.9 KiB720485

btree.hH A D20-Feb-20201.2 KiB3510

data.cH A D20-Feb-20206.8 KiB320179

data.hH A D20-Feb-20201.4 KiB4217

file.cH A D20-Feb-20209 KiB457320

file.hH A D20-Feb-20201.3 KiB3713

hfs.cH A D20-Feb-202041.7 KiB2,0761,390

hfs.hH A D20-Feb-20204.4 KiB153110

hybrid.hH A D20-Feb-20201.3 KiB4024

internal.hH A D20-Feb-202012 KiB356284

low.cH A D20-Feb-202011.8 KiB516364

low.hH A D20-Feb-20203.9 KiB9962

lvolume.cH A D20-Feb-202013.3 KiB726484

node.cH A D20-Feb-20208.9 KiB460271

node.hH A D20-Feb-20201.2 KiB3611

record.cH A D20-Feb-202013.8 KiB493328

record.hH A D20-Feb-20201.5 KiB4014

volume.hH A D20-Feb-20201.6 KiB4618

README

1
2Modified version of libhfs (v2.0) to work with mkhybrid.
3
4To complile for mkhybrid, use the #define -DAPPLE_HYB
5
6The libhfs.a created with this option must not be used with other
7hfsutils routines.
8
9James Pearson 18/7/97
10
11Copyright information from hfsutils:
12
13 hfsutils - tools for reading and writing Macintosh HFS volumes
14 Copyright (C) 1996, 1997 Robert Leslie
15
16 This program is free software; you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation; either version 2 of the License, or
19 (at your option) any later version.
20
21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24 GNU General Public License for more details.
25
26 You should have received a copy of the GNU General Public License
27 along with this program; if not, write to the Free Software
28 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29
30