1
0
Files
irix-657m-src/eoe/cmd/cron/permit.h
2022-09-29 17:59:04 +03:00

12 lines
202 B
C

#ifndef CRON_PERMIT_H
#define CRON_PERMIT_H
#ident "$Revision: 1.1 $"
extern int per_errno;
char *getuser(uid_t);
int allowed(const char *, const char *, const char *);
#endif /* CRON_PERMIT_H */