Add a (almost correct) prototype for vcd_seek_to_track

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23623 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-06-24 09:52:19 +00:00
parent b88ce7fe9d
commit ad7041301d
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ extern af_cfg_t af_cfg;
#include "stream/stream_dvd.h"
#endif
int vcd_seek_to_track(void *vcd, int track);
#include "m_config.h"
#include "m_option.h"