1 #ifndef _DJGPP_INCLUDE_OGGLENGTH_H
2 #define  _DJGPP_INCLUDE_OGGLENGTH_H
3 #include "config.h"
4 
5 #ifdef OGG_SUPPORT
6   #include <string.h>
7   #include <sys/ioctl.h>
8   #include <stdio.h>
9   #include <vorbis/vorbisfile.h>
10 
11   int OGG_length(const char *);
12 #endif
13 
14 #endif
15