Mercurial > audlegacy
diff src/audacious/input.h @ 3741:a1b31fe5a249
export ip_data and cfg
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sat, 13 Oct 2007 23:43:45 -0500 |
| parents | 240669919716 |
| children | 8fdaccee8312 |
line wrap: on
line diff
--- a/src/audacious/input.h Sat Oct 13 23:29:35 2007 -0500 +++ b/src/audacious/input.h Sat Oct 13 23:43:45 2007 -0500 @@ -26,9 +26,9 @@ #ifndef _AUDACIOUS_INPUT_H #define _AUDACIOUS_INPUT_H -#include "plugin.h" +typedef struct _InputPluginData InputPluginData; -typedef struct _InputPluginData InputPluginData; +#include "plugin.h" struct _InputPluginData { GList *input_list;
