Files
cuetools/src/lib/toc.h
2006-06-01 00:07:44 +00:00

10 lines
222 B
C

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