diff options
Diffstat (limited to '')
-rw-r--r-- | includes/cos.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/cos.h b/includes/cos.h index f49ed63..f9818c3 100644 --- a/includes/cos.h +++ b/includes/cos.h @@ -17,9 +17,9 @@ extern char *COS_NewPtr(SInt32 byteCount); extern char *COS_NewPtrClear(SInt32 byteCount); extern void COS_FreePtr(char *ptr); extern void COS_AppendPtrToHandle(char *ptr1, Handle hand2, SInt32 size); -extern OSErr COS_GetMemErr(); -extern SInt32 COS_GetTicks(); -extern SInt32 COS_GetTime(); +extern OSErr COS_GetMemErr(void); +extern SInt32 COS_GetTicks(void); +extern SInt32 COS_GetTime(void); 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 void *str1, const void *str2); |