Mercurial > audlegacy-plugins
diff src/hotkey/plugin.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 | 7b284f323ad8 |
| children | c1258ae018ee |
line wrap: on
line diff
--- a/src/hotkey/plugin.c Wed Apr 09 13:31:10 2008 +0300 +++ b/src/hotkey/plugin.c Wed Apr 09 15:48:36 2008 +0300 @@ -318,7 +318,7 @@ /* load plugin configuration */ void load_config (void) { - ConfigDb *cfdb; + mcs_handle_t *cfdb; HotkeyConfiguration *hotkey; int i,max; @@ -377,7 +377,7 @@ /* save plugin configuration */ void save_config (void) { - ConfigDb *cfdb; + mcs_handle_t *cfdb; int max; HotkeyConfiguration *hotkey;
