Mercurial > audlegacy
diff Plugins/Input/timidity/libtimidity/common.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/common.h Sat Jan 21 06:32:50 2006 -0800 +++ b/Plugins/Input/timidity/libtimidity/common.h Sat Jan 21 07:12:02 2006 -0800 @@ -26,7 +26,7 @@ void *next; } PathList; -extern FILE *open_file(char *name); +extern VFSFile *open_file(char *name); extern void add_to_pathlist(char *s); extern void *safe_malloc(size_t count); extern void free_pathlist(void);
