Add vacfilegetmode.

This commit is contained in:
rsc 2005-09-13 01:58:02 +00:00
parent 7f721693ec
commit 913a0dc0ca

View file

@ -992,6 +992,12 @@ vacfileisdir(VacFile *f)
return (f->dir.mode & ModeDir) != 0;
}
int
vacfilegetmode(VacFile *f)
{
return f->dir.mode;
}
int
vacfileisroot(VacFile *f)
{