comparison libmpdemux/cue_read.h @ 8812:f6456b177fdc

vcd_read_cue.h -> cue_read.c+h
author arpi
date Sun, 05 Jan 2003 23:51:05 +0000
parents
children 5eb4994a691f
comparison
equal deleted inserted replaced
8811:c72c8f6416e7 8812:f6456b177fdc
1
2 int cue_read_cue (char *in_cue_filename);
3 int cue_vcd_seek_to_track (int track);
4 int cue_vcd_get_track_end (int track);
5 void cue_vcd_read_toc ();
6 int cue_vcd_read(char *mem);
7 inline void cue_set_msf(unsigned int sect);