From 76b4c40d008d4faf18803b5ecf4a6e9013c2da3d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 4 Dec 1997 03:37:44 +0000 Subject: [PATCH] iruserok prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4091 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 5 +++++ lib/roken/roken.h.in | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index 0d5ee850e..5addbdf4f 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -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); diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 0d5ee850e..5addbdf4f 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.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);