comparison src/audacious/plugin.h @ 3747:ffc8e51efe0c

fix some oopses
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 03:50:08 -0500
parents d5580c6bca31
children 08e87e5051d8
comparison
equal deleted inserted replaced
3746:d5580c6bca31 3747:ffc8e51efe0c
87 typedef struct _DiscoveryPlugin DiscoveryPlugin; 87 typedef struct _DiscoveryPlugin DiscoveryPlugin;
88 typedef struct _LowlevelPlugin LowlevelPlugin; 88 typedef struct _LowlevelPlugin LowlevelPlugin;
89 89
90 typedef struct _InputPlayback InputPlayback; 90 typedef struct _InputPlayback InputPlayback;
91 91
92 typedef GHashTable INIFile;
93
92 #include "audacious/playlist.h" 94 #include "audacious/playlist.h"
93 #include "audacious/input.h" 95 #include "audacious/input.h"
94 #include "audacious/mime.h" 96 #include "audacious/mime.h"
95 #include "audacious/custom_uri.h" 97 #include "audacious/custom_uri.h"
96 #include "audacious/hook.h" 98 #include "audacious/hook.h"