comparison src/Input/vorbis/vorbis.h @ 3:088092a52fea trunk

[svn] - move from (internal) libaudacious/ include path to audacious/ include path
author nenolod
date Mon, 18 Sep 2006 01:35:25 -0700
parents 13389e613d67
children
comparison
equal deleted inserted replaced
2:4e0ad481325f 3:088092a52fea
1 #ifndef __VORBIS_H__ 1 #ifndef __VORBIS_H__
2 #define __VORBIS_H__ 2 #define __VORBIS_H__
3 3
4 #include <vorbis/vorbisfile.h> 4 #include <vorbis/vorbisfile.h>
5 5
6 #include "libaudacious/vfs.h" 6 #include "audacious/vfs.h"
7 7
8 extern ov_callbacks vorbis_callbacks; 8 extern ov_callbacks vorbis_callbacks;
9 9
10 void vorbis_configure(void); 10 void vorbis_configure(void);
11 11