/* access.h */ extern int pswdreqd; /* password requirement */ extern int ac_priv; /* current priveleges */ extern int faccess(); /* (pst,rights) check file access */ extern int daccess(); /* (pst,rights) check directory access */ extern int access(); /* (pst,rights,df) check access rights */ extern int chkpath(); /* (path,rights) check paths */ extern int patheq(); /* (s,t) compare paths */ extern VOID lduserpaths(); /* load expanded paths from userblock */ extern int ac_lgcdsk(); /* (str) file access type */ extern int ac_tstdev(); /* (st) test for device specification */ extern char *ac_path(); /* (st) expand path fully */