X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cd_linux.c;h=eb8ef45f0abf11570930783c31625b0f78feaf12;hp=90f6976b91ce22644b5c94edfa953e164473082b;hb=034cc2f41e93d705c4437ed99564bdeeac6d4883;hpb=051cbfa162b00e0820b50114e2b3366c9912018e diff --git a/cd_linux.c b/cd_linux.c index 90f6976b..eb8ef45f 100644 --- a/cd_linux.c +++ b/cd_linux.c @@ -211,9 +211,9 @@ void CDAudio_Resume(void) static void CD_f (void) { - char *command; - int ret; - int n; + const char *command; + int ret; + int n; if (Cmd_Argc() < 2) return; @@ -418,3 +418,10 @@ void CDAudio_Shutdown(void) cdfile = -1; } +void CDAudio_Open(void) +{ +} + +void CDAudio_Close(void) +{ +}