Mercurial > audlegacy
comparison src/audacious/pluginenum.h @ 4624:5523b30cb122
- don't export dock functions to plugins anymore
- some cleanups (sorry, i couldn't help it :P)
| author | mf0102 <0102@gmx.at> |
|---|---|
| date | Mon, 09 Jun 2008 20:02:30 +0200 |
| parents | 2eee464379dc |
| children |
comparison
equal
deleted
inserted
replaced
| 4623:68e0859ad1a6 | 4624:5523b30cb122 |
|---|---|
| 23 * Audacious or using our public API to be a derived work. | 23 * Audacious or using our public API to be a derived work. |
| 24 */ | 24 */ |
| 25 #ifndef AUDACIOUS_PLUGINENUM_H | 25 #ifndef AUDACIOUS_PLUGINENUM_H |
| 26 #define AUDACIOUS_PLUGINENUM_H | 26 #define AUDACIOUS_PLUGINENUM_H |
| 27 | 27 |
| 28 #include "config.h" | |
| 29 | |
| 28 #include <glib.h> | 30 #include <glib.h> |
| 29 #include "config.h" | 31 |
| 32 #include "plugin.h" | |
| 30 | 33 |
| 31 #define PLUGIN_FILENAME(name) (name SHARED_SUFFIX) | 34 #define PLUGIN_FILENAME(name) (name SHARED_SUFFIX) |
| 32 | 35 |
| 33 void plugin_system_init(void); | 36 void plugin_system_init(void); |
| 34 void plugin_system_cleanup(void); | 37 void plugin_system_cleanup(void); |
