Mercurial > audlegacy-plugins
comparison src/esd/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 |
|---|---|
| 16 | 16 |
| 17 #include <glib.h> | 17 #include <glib.h> |
| 18 #include <stdlib.h> | 18 #include <stdlib.h> |
| 19 #include <string.h> | 19 #include <string.h> |
| 20 #include <esd.h> | 20 #include <esd.h> |
| 21 | 21 #include <audacious/plugin.h> |
| 22 #include <audacious/configdb.h> | |
| 23 | |
| 24 #include "esdout.h" | 22 #include "esdout.h" |
| 25 | 23 |
| 26 | 24 |
| 27 ESDConfig esd_cfg; | 25 ESDConfig esd_cfg; |
| 28 esd_info_t *all_info; | 26 esd_info_t *all_info; |
