Merged autotools to main trunk.

This commit is contained in:
Svend Sorensen
2005-03-22 04:26:57 +00:00
parent d0bf3de212
commit 51fe2af924
42 changed files with 3001 additions and 129 deletions

9
src/lib/toc.h Normal file
View 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);