File: mbo.h

package info (click to toggle)
dcd 0.99-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 296 kB
  • ctags: 627
  • sloc: ansic: 4,137; makefile: 91
file content (15 lines) | stat: -rw-r--r-- 294 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

#include <musicbrainz/mb_c.h>

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

#define CDI_HOME ".cdindex" 	/* for historical reasons */
#define USE_NETWORK 1		/* see above */
// #define USE_NETWORK 0

#define MBO_SERVER "www.musicbrainz.org"

#endif