[xiph-cvs] cvs commit: ao/src ao_raw.c
Chris Wolf
cwolf at xiph.org
Wed Sep 5 12:34:03 PDT 2001
cwolf 01/09/05 12:34:03
Modified: src ao_raw.c
Log:
Don't include unistd.h with MSVC, fix a warning
Revision Changes Path
1.4 +2 -9 ao/src/ao_raw.c
Index: ao_raw.c
===================================================================
RCS file: /usr/local/cvsroot/ao/src/ao_raw.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ao_raw.c 2001/08/31 23:17:55 1.3
+++ ao_raw.c 2001/09/05 19:34:02 1.4
@@ -49,7 +49,7 @@
} ao_raw_internal;
-static int ao_raw_test()
+static int ao_raw_test(void)
{
return 1; /* Always works */
}
@@ -136,12 +136,6 @@
}
-static char *ao_raw_file_extension(void)
-{
- return "raw";
-}
-
-
ao_functions ao_raw = {
ao_raw_test,
ao_raw_driver_info,
@@ -150,6 +144,5 @@
ao_raw_open,
ao_raw_play,
ao_raw_close,
- ao_raw_device_clear,
- ao_raw_file_extension
+ ao_raw_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