fmd_log_label
else if (strcmp(fmd_log_label(lp), fmdump_flt_ops.do_label) == 0)
else if (strcmp(fmd_log_label(lp), fmdump_asru_ops.do_label) == 0)
else if (strcmp(fmd_log_label(lp), fmdump_info_ops.do_label) == 0)
"log of type %s: %s\n", fmd_log_label(lp), ifile);
const char *label = fmd_log_label(lp);
extern const char *fmd_log_label(fmd_log_t *);