comparison src/OSS4/init.c @ 2519:2da1343a024d

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Tue, 08 Apr 2008 15:11:35 -0500
parents 7b284f323ad8
children 769e17da93dd
comparison
equal deleted inserted replaced
2518:eef3a506a2b8 2519:2da1343a024d
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20 */ 20 */
21 21
22 #include <glib.h> 22 #include <glib.h>
23 #include <string.h> 23 #include <string.h>
24 #include <audacious/configdb.h> 24 #include <audacious/plugin.h>
25 #include "OSS4.h" 25 #include "OSS4.h"
26 26
27 27
28 OSSConfig oss_cfg; 28 OSSConfig oss_cfg;
29 29