diff src/audacious/pluginenum.c @ 3741:a1b31fe5a249

export ip_data and cfg
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 23:43:45 -0500
parents 48a596a86459
children e2f8feddbb19
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Sat Oct 13 23:29:35 2007 -0500
+++ b/src/audacious/pluginenum.c	Sat Oct 13 23:43:45 2007 -0500
@@ -259,6 +259,9 @@
 
     .playlist_get_active = playlist_get_active,
     .playlist_playlists_equal = playlist_playlists_equal,
+
+    .ip_state = &ip_data,
+    ._cfg = &cfg,
 };
 
 /*****************************************************************/