comparison 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
comparison
equal deleted inserted replaced
3744:e2f8feddbb19 3745:e26ac0692e8f
265 265
266 .hook_associate = hook_associate, 266 .hook_associate = hook_associate,
267 .hook_dissociate = hook_dissociate, 267 .hook_dissociate = hook_dissociate,
268 .hook_register = hook_register, 268 .hook_register = hook_register,
269 .hook_call = hook_call, 269 .hook_call = hook_call,
270
271 .open_ini_file = open_ini_file,
272 .close_ini_file = close_ini_file,
273 .read_ini_string = read_ini_string,
274 .read_ini_array = read_ini_array,
270 }; 275 };
271 276
272 /*****************************************************************/ 277 /*****************************************************************/
273 278
274 GList *lowlevel_list = NULL; 279 GList *lowlevel_list = NULL;