Files
cuetools/src/lib/cue.h
2005-03-24 11:26:59 +00:00

10 lines
218 B
C

/*
* cue.h -- cue function declarations
*
* Copyright (C) 2004, 2005 Svend Sorensen
* For license terms, see the file COPYING in this distribution.
*/
Cd *cue_parse (FILE *fp);
void cue_print (FILE *fp, Cd *cd);