iruserok prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4091 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-12-04 03:37:44 +00:00
parent 1cb2297909
commit 76b4c40d00
2 changed files with 10 additions and 0 deletions

View File

@@ -251,6 +251,11 @@ int rcmd(char **ahost, unsigned short inport, const char *locuser,
const char *remuser, const char *cmd, int *fd2p);
#endif
#ifndef HAVE_IRUSEROK
int iruserok(u_int32_t raddr, int superuser, const char *ruser,
const char *luser);
#endif
#ifndef HAVE_WRITEV
ssize_t
writev(int d, const struct iovec *iov, int iovcnt);

View File

@@ -251,6 +251,11 @@ int rcmd(char **ahost, unsigned short inport, const char *locuser,
const char *remuser, const char *cmd, int *fd2p);
#endif
#ifndef HAVE_IRUSEROK
int iruserok(u_int32_t raddr, int superuser, const char *ruser,
const char *luser);
#endif
#ifndef HAVE_WRITEV
ssize_t
writev(int d, const struct iovec *iov, int iovcnt);