*
*/
typedef struct dl_loader {
-
/** Linked list of symbol init callbacks
*
* @note Is linked list to retain insertion order. We don't expect huge numbers
{ NULL , -1 },
};
-static int dl_init(CONF_SECTION *cs);
+static int dl_init(void);
static int dl_symbol_init_cmp(void const *one, void const *two)
{
char *p, *q;
dl_common_t const *module;
- if (!dl) dl_init(cf_item_root(cf_section_to_item(conf)));
+ if (!dl) dl_init();
if (parent) {
to_find.name = module_name = talloc_asprintf(NULL, "%s_%s_%s",