1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/audio/dcd/files/patch-mbo.h
Pietro Cerutti 1ae5fdeb10 - New port: dcd
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.
2008-06-20 21:13:54 +00:00

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 */