diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2001-07-28 11:59:33 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2001-07-28 11:59:33 +0000 |
| commit | dba82da1c8912a1a3a6328593dc75b9f15f19fcf (patch) | |
| tree | 503d2119100a8bd3735c0bda1607f3a64ed1ad33 /contrib/ipfilter/ip_auth.h | |
| parent | dd298e2f037989712b8d15d3692045527edeee31 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/ip_auth.h')
| -rw-r--r-- | contrib/ipfilter/ip_auth.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/contrib/ipfilter/ip_auth.h b/contrib/ipfilter/ip_auth.h index 681a6e53f4c3..7d3e46316d10 100644 --- a/contrib/ipfilter/ip_auth.h +++ b/contrib/ipfilter/ip_auth.h @@ -1,11 +1,9 @@ /* - * Copyright (C) 1997-2000 by Darren Reed & Guido Van Rooij. + * Copyright (C) 1997-2001 by Darren Reed & Guido Van Rooij. * - * Redistribution and use in source and binary forms are permitted - * provided that this notice is preserved and due credit is given - * to the original author and the contributors. + * See the IPFILTER.LICENCE file for details on licencing. * - * $Id: ip_auth.h,v 2.3.2.2 2000/10/19 15:38:44 darrenr Exp $ + * $Id: ip_auth.h,v 2.3.2.4 2001/07/18 14:57:08 darrenr Exp $ * */ #ifndef __IP_AUTH_H__ @@ -55,8 +53,8 @@ extern void fr_authunload __P((void)); extern mb_t *fr_authpkts[]; extern int fr_newauth __P((mb_t *, fr_info_t *, ip_t *)); #if defined(__NetBSD__) || defined(__OpenBSD__) -extern int fr_auth_ioctl __P((caddr_t, u_long, frentry_t *, frentry_t **)); +extern int fr_auth_ioctl __P((caddr_t, int, u_long, frentry_t *, frentry_t **)); #else -extern int fr_auth_ioctl __P((caddr_t, int, frentry_t *, frentry_t **)); +extern int fr_auth_ioctl __P((caddr_t, int, int, frentry_t *, frentry_t **)); #endif #endif /* __IP_AUTH_H__ */ |
