[MPlayer-cvslog] r23623 - trunk/gui/interface.c
reimar
subversion at mplayerhq.hu
Sun Jun 24 11:52:19 CEST 2007
Author: reimar
Date: Sun Jun 24 11:52:19 2007
New Revision: 23623
Log:
Add a (almost correct) prototype for vcd_seek_to_track
Modified:
trunk/gui/interface.c
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c (original)
+++ trunk/gui/interface.c Sun Jun 24 11:52:19 2007
@@ -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"
More information about the MPlayer-cvslog
mailing list