comparison src/cdaudio/cdaudio.c @ 1126:50505f91e6c7 trunk

[svn] (Re)added the description
author zither
date Sat, 26 May 2007 14:50:52 -0700
parents daa0323924d6
children d677e4fdc3fd
comparison
equal deleted inserted replaced
1125:4a5d64c395f5 1126:50505f91e6c7
123 void cdda_fileinfo(char *filename); 123 void cdda_fileinfo(char *filename);
124 124
125 InputPlugin cdda_ip = { 125 InputPlugin cdda_ip = {
126 NULL, 126 NULL,
127 NULL, 127 NULL,
128 NULL, /* Description */ 128 "CD Audio Plugin", /* Description */
129 cdda_init, 129 cdda_init,
130 NULL, /* about */ 130 NULL, /* about */
131 cdda_configure, 131 cdda_configure,
132 is_our_file, 132 is_our_file,
133 scan_dir, 133 scan_dir,