From d3216b08afd26dc83ea2252a1025f77b493645ae Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Sat, 19 Mar 2005 06:08:41 +0000 Subject: [PATCH] Added commenting to cd header file. --- lib/cd.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/cd.h b/lib/cd.h index 290f081..7f0c99d 100644 --- a/lib/cd.h +++ b/lib/cd.h @@ -72,10 +72,16 @@ enum DataType { DATA_ZERO }; +/* ADTs */ typedef struct Cd Cd; typedef struct Track Track; +/* return pointer to CD structure */ Cd *cd_init (); + +/* dump all info from CD structure + * in human readable format (for debugging + */ void cd_dump (Cd *cd); /*