]> git.saurik.com Git - hfs.git/blob - CopyHFSMeta/Sparse.h
Export Create* functions for usage by Impactor.
[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 */