X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/14353aa8f494621e510528b7be0e0f4ff82fdefb..9bccf70c0258c7cac2dcb80011b2a964d884c552:/bsd/hfs/hfscommon/headers/BTreeScanner.h diff --git a/bsd/hfs/hfscommon/headers/BTreeScanner.h b/bsd/hfs/hfscommon/headers/BTreeScanner.h index b537bccfd..ce9cf3002 100644 --- a/bsd/hfs/hfscommon/headers/BTreeScanner.h +++ b/bsd/hfs/hfscommon/headers/BTreeScanner.h @@ -25,6 +25,10 @@ #ifndef _BTREESCANNER_H_ #define _BTREESCANNER_H_ +#include + +#ifdef KERNEL +#ifdef __APPLE_API_PRIVATE #include #include "FileMgrInternal.h" @@ -108,4 +112,6 @@ int BTScanTerminate( BTScanState * scanState, u_int32_t * startingRecord, u_int32_t * recordsFound ); +#endif /* __APPLE_API_PRIVATE */ +#endif /* KERNEL */ #endif /* !_BTREESCANNER_H_ */