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