Просмотр исходного кода

Added commenting to cd header file.

master
Svend Sorensen 19 лет назад
Родитель
Сommit
d3216b08af
1 измененных файлов: 6 добавлений и 0 удалений
  1. +6
    -0
      lib/cd.h

+ 6
- 0
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);

/*


Загрузка…
Отмена
Сохранить