diff options
Diffstat (limited to 'includes/oslib.h')
-rw-r--r-- | includes/oslib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/oslib.h b/includes/oslib.h index bb841ac..22e8ddc 100644 --- a/includes/oslib.h +++ b/includes/oslib.h @@ -101,7 +101,7 @@ extern int OS_AppendHandle(OSHandle *hand, const void *data, UInt32 len); /* Platform-Specific */ extern uOSTypePair OS_TEXTTYPE; extern const char *OS_GetErrText(int err); -extern int OS_InitProgram(int *pArgc, const char ***pArgv); +extern int OS_InitProgram(int *pArgc, char ***pArgv); extern int OS_TermProgram(); extern int OS_Create(const OSSpec *spec, const uOSTypePair *type); extern int OS_Status(const OSSpec *spec); |