comparison src/wma/libffwma/file.c @ 1980:6e2070ea35e7

more work
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:53:28 -0500
parents fa9f85cebade
children 3134a0987162
comparison
equal deleted inserted replaced
1979:839804c3b3a4 1980:6e2070ea35e7
20 #include "cutils.h" 20 #include "cutils.h"
21 #include <fcntl.h> 21 #include <fcntl.h>
22 #include <unistd.h> 22 #include <unistd.h>
23 #include <sys/ioctl.h> 23 #include <sys/ioctl.h>
24 #include <sys/time.h> 24 #include <sys/time.h>
25 #include <audacious/vfs.h> 25 #include <audacious/plugin.h>
26 26
27 /* standard file protocol */ 27 /* standard file protocol */
28 28
29 static int file_open(URLContext *h, const char *filename, int flags) 29 static int file_open(URLContext *h, const char *filename, int flags)
30 { 30 {