]> git.saurik.com Git - apple/hfs.git/blame - CopyHFSMeta/Sparse.h
hfs-195.tar.gz
[apple/hfs.git] / CopyHFSMeta / Sparse.h
CommitLineData
a56bdb9d
A
1#ifndef _SPARSE_H
2# define _SPARSE_H
3
4struct IOWrapper;
5
6extern struct IOWrapper *InitSparseBundle(const char *, DeviceInfo_t*);
7
8#endif /* _SPARSE_H */