diff src/ladspa/ladspa.c @ 2523:769e17da93dd

Replaced s/ConfigDb/mcs_handle_t/g, as per changes in the core.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Apr 2008 15:48:36 +0300
parents 194c2f8c2a92
children 3134a0987162
line wrap: on
line diff
--- a/src/ladspa/ladspa.c	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/ladspa/ladspa.c	Wed Apr 09 15:48:36 2008 +0300
@@ -140,7 +140,7 @@
 
 static void restore (void)
 {
-  ConfigDb *db;
+  mcs_handle_t *db;
   gint k, plugins= 0;
 
   db = aud_cfg_db_open();
@@ -253,7 +253,7 @@
 static void stop (void)
 {
   GSList *list;
-  ConfigDb *db;
+  mcs_handle_t *db;
   gint plugins = 0;
 
   if (state.running == FALSE) {