diff src/audacious/pluginenum.c @ 3744:e2f8feddbb19

export hook API
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 03:08:12 -0500
parents a1b31fe5a249
children e26ac0692e8f
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Sun Oct 14 02:47:41 2007 -0500
+++ b/src/audacious/pluginenum.c	Sun Oct 14 03:08:12 2007 -0500
@@ -262,6 +262,11 @@
 
     .ip_state = &ip_data,
     ._cfg = &cfg,
+
+    .hook_associate = hook_associate,
+    .hook_dissociate = hook_dissociate,
+    .hook_register = hook_register,
+    .hook_call = hook_call,
 };
 
 /*****************************************************************/