iruserok prototype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4091 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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);
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user