diff Plugins/Input/timidity/libtimidity/timidity.h @ 480:c1dfb4b13be8 trunk

[svn] Use the VFS layer.
author chainsaw
date Sat, 21 Jan 2006 07:12:02 -0800
parents d1762728ea4b
children
line wrap: on
line diff
--- a/Plugins/Input/timidity/libtimidity/timidity.h	Sat Jan 21 06:32:50 2006 -0800
+++ b/Plugins/Input/timidity/libtimidity/timidity.h	Sat Jan 21 07:12:02 2006 -0800
@@ -23,7 +23,7 @@
 #ifndef TIMIDITY_H
 #define TIMIDITY_H
 
-#include <stdio.h>
+#include "libaudacious/vfs.h"
 #include <stdlib.h>
 
 #ifdef __cplusplus
@@ -113,7 +113,7 @@
 
 /* Create input stream from a file pointer
  */
-  extern MidIStream *mid_istream_open_fp (FILE * fp, int autoclose);
+  extern MidIStream *mid_istream_open_fp (VFSFile *fp, int autoclose);
 
 /* Create input stream from memory
  */