]> git.saurik.com Git - apple/hfs.git/blame_incremental - CopyHFSMeta/Sparse.h
hfs-556.100.11.tar.gz
[apple/hfs.git] / CopyHFSMeta / Sparse.h
... / ...
CommitLineData
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 */