]> git.saurik.com Git - apple/hfs.git/blobdiff - CopyHFSMeta/Sparse.h
hfs-183.1.tar.gz
[apple/hfs.git] / CopyHFSMeta / Sparse.h
diff --git a/CopyHFSMeta/Sparse.h b/CopyHFSMeta/Sparse.h
new file mode 100644 (file)
index 0000000..abfc008
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _SPARSE_H
+# define _SPARSE_H
+
+struct IOWrapper;
+
+extern struct IOWrapper *InitSparseBundle(const char *, DeviceInfo_t*);
+
+#endif /* _SPARSE_H */