view libmpdemux/cue_read.h @ 14569:408dfb63ff95

Make this file compile with gcc-4.0.0: It's syntacticly incorrect to use the "&" operand to take the address of a variable that is declared as "register" as a register has no address.
author gpoirier
date Sat, 22 Jan 2005 10:47:58 +0000
parents f6456b177fdc
children 5eb4994a691f
line wrap: on
line source


int cue_read_cue (char *in_cue_filename);
int cue_vcd_seek_to_track (int track);
int cue_vcd_get_track_end (int track);
void cue_vcd_read_toc ();
int cue_vcd_read(char *mem);
inline void cue_set_msf(unsigned int sect);