File: mbo.h

package info (click to toggle)
dcd 0.99.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 324 kB
  • ctags: 636
  • sloc: ansic: 4,187; makefile: 100
file content (15 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __MBO_H
#define __MBO_H

#ifdef NETWORK
#include <musicbrainz/mb_c.h>
#endif

int mbo_init(char *device);
char *mbo_trackname (int i);

#define CDI_HOME ".cdindex" 	/* for historical reasons */

#define MBO_SERVER "www.musicbrainz.org"

#endif