diff options
Diffstat (limited to 'lib/roken/iruserok.c')
| -rw-r--r-- | lib/roken/iruserok.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/roken/iruserok.c b/lib/roken/iruserok.c index ca93e1cc5eb5a..95f654681ec8c 100644 --- a/lib/roken/iruserok.c +++ b/lib/roken/iruserok.c @@ -27,10 +27,7 @@ * SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H #include <config.h> -RCSID("$Id: iruserok.c 17879 2006-08-08 21:50:40Z lha $"); -#endif #include <stdio.h> #include <ctype.h> @@ -217,7 +214,7 @@ __ivaliduser(FILE *hostf, unsigned raddr, const char *luser, * * Returns 0 if ok, -1 if not ok. */ -int ROKEN_LIB_FUNCTION +ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL iruserok(unsigned raddr, int superuser, const char *ruser, const char *luser) { char *cp; |
