Mercurial > audlegacy-plugins
comparison src/echo_plugin/echo.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 | 4d6045c20cc5 |
| children | 1e67df1a1edc |
comparison
equal
deleted
inserted
replaced
| 2522:7b5b4a51ea6e | 2523:769e17da93dd |
|---|---|
| 38 | 38 |
| 39 DECLARE_PLUGIN(echo, NULL, NULL, NULL, NULL, echo_eplist, NULL, NULL, NULL); | 39 DECLARE_PLUGIN(echo, NULL, NULL, NULL, NULL, echo_eplist, NULL, NULL, NULL); |
| 40 | 40 |
| 41 static void init(void) | 41 static void init(void) |
| 42 { | 42 { |
| 43 ConfigDb *cfg; | 43 mcs_handle_t *cfg; |
| 44 | 44 |
| 45 if (sizeof(short) != sizeof(gint16)) | 45 if (sizeof(short) != sizeof(gint16)) |
| 46 abort(); | 46 abort(); |
| 47 | 47 |
| 48 cfg = aud_cfg_db_open(); | 48 cfg = aud_cfg_db_open(); |
