char *test(conf_t *cf)
{
    var->get_handler = handler;
}, 
where handler(conf_r *r ). Possibly to add argument cf to function handler ?
char *test(conf_t *cf)
{
    var->get_handler = handler;
}, 
where handler(conf_r *r ). Possibly to add argument cf to function handler ?