mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
1ae5fdeb10
dcd is originally a console CD player for Linux. This version uses libcdaudio in order to run on FreeBSD. It integrates MusicBrainz! and local look-ups.
11 lines
273 B
C
11 lines
273 B
C
--- mbo.h.orig 2003-08-28 03:36:01.000000000 +0200
|
|
+++ mbo.h 2008-06-20 22:15:46.000000000 +0200
|
|
@@ -6,6 +6,7 @@
|
|
#endif
|
|
|
|
int mbo_init(char *device);
|
|
+char *mbo_artistname (void);
|
|
char *mbo_trackname (int i);
|
|
|
|
#define CDI_HOME ".cdindex" /* for historical reasons */
|