X-Git-Url: https://git.saurik.com/apple/boot.git/blobdiff_plain/57c72a9a9f2a263d364c2df1178760bd057c390f..bba600dda0ea8a76d875db7308f372bfc43f8506:/i386/libsaio/hfs.h diff --git a/i386/libsaio/hfs.h b/i386/libsaio/hfs.h index 765106e..eba6fd6 100644 --- a/i386/libsaio/hfs.h +++ b/i386/libsaio/hfs.h @@ -28,3 +28,4 @@ extern long HFSGetDirEntry(CICell ih, char * dirPath, long * dirIndex, FinderInfo * finderInfo, long * infoValid); extern void HFSGetDescription(CICell ih, char *str, long strMaxLen); extern long HFSGetFileBlock(CICell ih, char *str, unsigned long long *firstBlock); +extern long HFSGetUUID(CICell ih, char *uuidStr);