comparison src/audacious/configdb.h @ 3112:4c758281fe8f trunk

Backed out changeset d226b83fa3298fc92f25f9519befcd754f44b0ef
author William Pitcock <nenolod@atheme-project.org>
date Thu, 19 Jul 2007 19:59:04 -0500
parents d226b83fa329
children 259b7d3e0976
comparison
equal deleted inserted replaced
2865:d226b83fa329 3112:4c758281fe8f
1 /*
2 * audacious: Cross-platform multimedia player.
3 * configdb.h: Compatibility API for BMP's ConfigDB system.
4 *
5 * Copyright (c) 2005-2007 Audacious development team.
6 * Copyright (c) 2003-2005 BMP development team.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions are
10 * met:
11 *
12 * 1. Redistributions of source code must retain the above copyright notice,
13 * this list of conditions and the following disclaimer.
14 *
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
18 *
19 * 3. The name of the author may not be used to endorse or promote products
20 * derived from this software without specific prior written permission.
21 *
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
26 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
28 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
30 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
31 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32 * POSSIBILITY OF SUCH DAMAGE.
33 */
34
35 #ifndef CONFIGDB_H 1 #ifndef CONFIGDB_H
36 #define CONFIGDB_H 2 #define CONFIGDB_H
37 3
38 #include <glib.h> 4 #include <glib.h>
39 5