10 lines
222 B
C
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);
|