]> git.saurik.com Git - apple/hfs.git/blob - libhfs_metadata/iterate_hfs_metadata.h
hfs-366.70.1.tar.gz
[apple/hfs.git] / libhfs_metadata / iterate_hfs_metadata.h
1 #ifndef _hfs_iterate_hfs_metadata_h
2 #define _hfs_iterate_hfs_metadata_h
3
4 /*
5 * Given a device name, a function pointer, and
6 * a context pointer, call the function pointer for
7 * each metadata extent in the HFS+ filesystem.
8 */
9 extern int iterate_hfs_metadata(char *, int (*)(int, off_t, off_t, void*), void *);
10
11 #endif