]> git.saurik.com Git - apple/boot.git/blobdiff - i386/libsaio/hfs.h
boot-122.tar.gz
[apple/boot.git] / i386 / libsaio / hfs.h
index 641eef4890770989b06758dccddbf7ba5ce34430..765106e4d5a9fc4bb2f054a2524ff24fd2bb9f82 100644 (file)
@@ -4,7 +4,7 @@
  * @APPLE_LICENSE_HEADER_START@
  * 
  * The contents of this file constitute Original Code as defined in and
- * are subject to the Apple Public Source License Version 1.2 (the
+ * are subject to the Apple Public Source License Version 2.0 (the
  * "License").  You may not use this file except in compliance with the
  * License.  Please obtain a copy of the License at
  * http://www.apple.com/publicsource and read it before using this file.
@@ -22,6 +22,9 @@
 
 extern long HFSInitPartition(CICell ih);
 extern long HFSLoadFile(CICell ih, char * filePath);
+extern long HFSReadFile(CICell ih, char * filePath, void *base, unsigned long offset, unsigned long length);
 extern long HFSGetDirEntry(CICell ih, char * dirPath, long * dirIndex,
-                           char ** name, long * flags, long * time);
-
+                           char ** name, long * flags, long * time,
+                           FinderInfo * finderInfo, long * infoValid);
+extern void HFSGetDescription(CICell ih, char *str, long strMaxLen);
+extern long HFSGetFileBlock(CICell ih, char *str, unsigned long long *firstBlock);