diff src/audacious/pluginenum.c @ 3745:e26ac0692e8f

export INIFile APIs
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 03:36:21 -0500
parents e2f8feddbb19
children d5580c6bca31
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Sun Oct 14 03:08:12 2007 -0500
+++ b/src/audacious/pluginenum.c	Sun Oct 14 03:36:21 2007 -0500
@@ -267,6 +267,11 @@
     .hook_dissociate = hook_dissociate,
     .hook_register = hook_register,
     .hook_call = hook_call,
+
+    .open_ini_file = open_ini_file,
+    .close_ini_file = close_ini_file,
+    .read_ini_string = read_ini_string,
+    .read_ini_array = read_ini_array,
 };
 
 /*****************************************************************/