]> git.saurik.com Git - apple/boot.git/blobdiff - i386/libsaio/hfs_compare.c
boot-132.tar.gz
[apple/boot.git] / i386 / libsaio / hfs_compare.c
index 7a365f6da85a438dc6aeb17f23424761aee9af41..ec126a9c0027a411c0ea4865bf1a911d09ac34d5 100644 (file)
@@ -74,7 +74,7 @@ InitCompareTables(void)
 //
 //_______________________________________________________________________
 
-int32_t        FastRelString(char * str1, char * str2)
+int32_t        FastRelString(u_int8_t * str1, u_int8_t * str2)
 {
        int32_t  bestGuess;
        u_int8_t length, length2;