get_mfield_list (3) Linux Manual Page
NAME get_mfield_list — retrieve a list of fields in a dirfile SYNOPSIS #include <getdata.h> const char **get_mfield_list(DIRFILE *dirfile, const char *parent); DESCRIPTION The get_mfield_list() function queries a dirfile(5) database specified by dirfile and returns a read-only list of names of the all metafields for the specified parent field in the database. The dirfile argument must…
