(empfile, empfile_ca): New struct empfile member ef_uid.

This commit is contained in:
Ron Koenderink 2005-10-22 19:10:22 +00:00
parent 2027ec8046
commit 898aaf3d3d
3 changed files with 33 additions and 31 deletions

View file

@ -498,6 +498,7 @@ struct castr rpt_ca[] = {
struct castr empfile_ca[] = {
{NSC_STRING, 0, 0, offsetof(struct empfile, name), "name", EF_BAD},
{NSC_INT, 0, 0, offsetof(struct empfile, ef_uid), "uid", EF_BAD},
{NSC_STRING, 0, 0, offsetof(struct empfile, file), "file_name", EF_BAD},
{NSC_INT, 0, 0, offsetof(struct empfile, flags), "flags", EF_BAD},
{NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}