X-Git-Url: https://git.saurik.com/apple/boot.git/blobdiff_plain/57c72a9a9f2a263d364c2df1178760bd057c390f..bba600dda0ea8a76d875db7308f372bfc43f8506:/i386/libsaio/ufs.h diff --git a/i386/libsaio/ufs.h b/i386/libsaio/ufs.h index 9d7743d..5de2365 100644 --- a/i386/libsaio/ufs.h +++ b/i386/libsaio/ufs.h @@ -28,4 +28,5 @@ extern long UFSGetDirEntry(CICell ih, char * dirPath, long * dirIndex, FinderInfo * finderInfo, long * infoValid); extern void UFSGetDescription(CICell ih, char *str, long strMaxLen); extern long UFSGetFileBlock(CICell ih, char *str, unsigned long long *firstBlock); +extern long UFSGetUUID(CICell ih, char *uuidStr);