wmmisc: Bump to version 1.2.
[dockapps.git] / ascd / libworkman / include / workman.h
blob3bef0146f3505dc17222d0cb29abcef5c57b3774
1 #ifndef WORKMAN_H
2 #define WORKMAN_H
3 /*
4 * $Id: workman.h,v 1.5 1999/05/05 16:34:22 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
26 * all-in-one libworkman include file.
32 * wm_config should always be included first
34 #include "wm_config.h"
36 #include "workman_defs.h"
37 #ifdef BUILD_CDDA
38 #include "wm_cdda.h"
39 #endif
40 #include "wm_cddb.h"
41 #include "wm_cdinfo.h"
42 #include "wm_cdrom.h"
43 #include "wm_database.h"
44 #include "wm_helpers.h"
45 #include "wm_index.h"
46 #include "wm_platform.h"
47 #include "wm_scsi.h"
48 #include "wm_struct.h"
50 #endif /* WORKMAN_H */