Merged autotools to main trunk.
This commit is contained in:
9
src/lib/toc.h
Normal file
9
src/lib/toc.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* toc.h -- toc function declarations
|
||||
*
|
||||
* Copyright (C) 2004 Svend Sorensen
|
||||
* For license terms, see the file COPYING in this distribution.
|
||||
*/
|
||||
|
||||
Cd *toc_parse (FILE *fp);
|
||||
void toc_print (FILE *fp, Cd *cd);
|
||||
Reference in New Issue
Block a user