(svn r1805) Teach the driver layer a few things about const correctness

This commit is contained in:
tron
2005-02-05 18:05:42 +00:00
parent 7278f72157
commit 17ca2c49a5
9 changed files with 36 additions and 33 deletions

View File

@@ -26,7 +26,7 @@ static void extmidi_kill(void)
_pid = 0;
}
static char *extmidi_start(char **parm)
static const char *extmidi_start(const char * const *parm)
{
_pid = 0;
return NULL;