dirfile_alter_entry (3) Linux Manual Page
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);DescriptionThe 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 field, field_code may also…
