dirfile_alter_entry (3) Linux Manual Page
NAME dirfile_alter_entry — modify the metadata of a dirfile field SYNOPSIS #include <getdata.h> int dirfile_alter_entry(DIRFILE *dirfile, const char *field_code, const gd_entry_t *entry, int recode); DESCRIPTION The dirfile_alter_entry() function modifies the field specified by field_code in the dirfile specified by dirfile to correspond to the new parameters specified by entry. In addition to specifying a regular…
