/* * toc.h -- toc function declarations */ Cd *toc_parse (FILE *fp); void toc_print (FILE *fp, Cd *cd);