[xiph-cvs] cvs commit: ao/src ao_wav.c

Chris Wolf cwolf at xiph.org
Wed Sep 5 12:34:13 PDT 2001



cwolf       01/09/05 12:34:12

  Modified:    src      ao_wav.c
  Log:
  Don't include unistd.h with MSVC, fix a warning

Revision  Changes    Path
1.12      +3 -9      ao/src/ao_wav.c

Index: ao_wav.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/ao_wav.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ao_wav.c	2001/08/31 23:17:55	1.11
+++ ao_wav.c	2001/09/05 19:34:12	1.12
@@ -99,7 +99,7 @@
 } ao_wav_internal;
 
 
-static int ao_wav_test()
+static int ao_wav_test(void)
 {
         return 1; /* File driver always works */
 }
@@ -257,12 +257,6 @@
 }
 
 
-static char *ao_wav_file_extension(void)
-{
-	return "wav";
-}
-
-
 ao_functions ao_wav = {
         ao_wav_test,
         ao_wav_driver_info,
@@ -271,6 +265,6 @@
         ao_wav_open,
         ao_wav_play,
         ao_wav_close,
-	ao_wav_device_clear,
-	ao_wav_file_extension
+	ao_wav_device_clear
 };
+

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list