]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfscommon/headers/BTreesPrivate.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / hfs / hfscommon / headers / BTreesPrivate.h
index 4fce7de211ad3ca8bdeca4e0b4bc95b3db4285fd..4721f13a5741c14e299db995003472676ab145f4 100644 (file)
 #ifndef        __BTREESPRIVATE__
 #define __BTREESPRIVATE__
 
+#include <sys/appleapiopts.h>
+
+#ifdef KERNEL
+#ifdef __APPLE_API_PRIVATE
+
 #include "../../hfs_macos_defs.h"
 
 #ifndef __FILEMGRINTERNAL__
@@ -489,4 +494,6 @@ OSStatus    DeleteTree                              (BTreeControlBlockPtr    btreePtr,
                                                                         UInt16                                  index,
                                                                         UInt16                                  level );
 
+#endif /* __APPLE_API_PRIVATE */
+#endif /* KERNEL */
 #endif //__BTREESPRIVATE__