conf_t* read_configfile(gchar* filename) { FILE* fs = NULL; gint line = 1; conf_t* c; /* haufen code */ return c; }