1 /* Ogg/Vorbis streaming music support. */
2 
3 #if !defined(_SND_VORBIS_H_)
4 #define _SND_VORBIS_H_ 1
5 
6 #if defined(USE_CODEC_VORBIS)
7 
8 extern snd_codec_t vorbis_codec;
9 
10 #endif	/* USE_CODEC_VORBIS */
11 
12 #endif	/* ! _SND_VORBIS_H_ */
13 
14