diff options
Diffstat (limited to 'includes/cos.h')
-rw-r--r-- | includes/cos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cos.h b/includes/cos.h index 777b380..3cb9402 100644 --- a/includes/cos.h +++ b/includes/cos.h @@ -22,7 +22,7 @@ extern SInt32 COS_GetTicks(); extern SInt32 COS_GetTime(); extern void COS_GetString(char *buffer, SInt16 strListID, SInt16 index); extern void COS_GetPString(StringPtr buffer, SInt16 strListID, SInt16 index); -extern Boolean COS_IsMultiByte(const char *str, int offset); +extern Boolean COS_IsMultiByte(const char *str1, const char *str2); extern OSErr COS_FileNew(const FSSpec *spec, SInt16 *refNum, OSType creator, OSType fileType); extern OSErr COS_FileOpen(const FSSpec *spec, SInt16 *refNum); extern OSErr COS_FileGetType(const FSSpec *spec, OSType *fileType); |