comparison src/audacious/plugin.h @ 3739:a0add4e37ee0

missing header...
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 23:19:36 -0500
parents 48a596a86459
children a1b31fe5a249
comparison
equal deleted inserted replaced
3738:48a596a86459 3739:a0add4e37ee0
87 typedef struct _LowlevelPlugin LowlevelPlugin; 87 typedef struct _LowlevelPlugin LowlevelPlugin;
88 88
89 typedef struct _InputPlayback InputPlayback; 89 typedef struct _InputPlayback InputPlayback;
90 90
91 #include "audacious/playlist.h" 91 #include "audacious/playlist.h"
92 #include "audacious/input.h"
92 #include "audacious/mime.h" 93 #include "audacious/mime.h"
93 #include "audacious/custom_uri.h" 94 #include "audacious/custom_uri.h"
94 95
95 #define PLUGIN_COMMON_FIELDS \ 96 #define PLUGIN_COMMON_FIELDS \
96 gpointer handle; \ 97 gpointer handle; \