wmmoonclock: Bump to version 1.29.
[dockapps.git] / ascd / libworkman / include / wm_cddb.h
bloba03d5b025b0b4676a95f99aa2bda4dd941a843ef
1 #ifndef WM_CDDB_H
2 #define WM_CDDB_H
3 /*
4 * $Id: wm_cddb.h,v 1.2 1999/02/14 09:50:46 dirk Exp $
6 * This file is part of WorkMan, the civilized CD player library
7 * (c) 1991-1997 by Steven Grimm (original author)
8 * (c) by Dirk Försterling (current 'author' = maintainer)
9 * The maintainer can be contacted by his e-mail address:
10 * milliByte@DeathsDoor.com
12 * This library is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU Library General Public
14 * License as published by the Free Software Foundation; either
15 * version 2 of the License, or (at your option) any later version.
17 * This library is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * Library General Public License for more details.
22 * You should have received a copy of the GNU Library General Public
23 * License along with this library; if not, write to the Free
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29 extern struct wm_cddb cddb;
30 extern int cur_cddb_protocol;
31 extern char *cur_cddb_server, *cur_cddb_mail_adress,
32 *cur_cddb_path_to_cgi, *cur_cddb_proxy_server;
34 unsigned int cddb_discid();
35 void cddb_struct2cur();
36 void cddb_cur2struct();
37 void cddb_select();
38 void connect_cddb();
39 void update_cddbserver();
40 void cddb_request();
42 #endif /* WM_CDDB_H */