diff src/vtx/vtx.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 42a5c9d5830b
children bd3a24b39058
line wrap: on
line diff
--- a/src/vtx/vtx.c	Wed Apr 09 13:31:10 2008 +0300
+++ b/src/vtx/vtx.c	Wed Apr 09 15:48:36 2008 +0300
@@ -56,7 +56,7 @@
 void
 vtx_init(void)
 {
-        ConfigDb *db;
+        mcs_handle_t *db;
         db = aud_cfg_db_open();
 
         aud_cfg_db_get_int(db, NULL, "src_rate", &freq);