diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 2006-08-16 12:23:02 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 2006-08-16 12:23:02 +0000 |
| commit | dac098f2c910f4e10b382c6c38aceee19d9dc719 (patch) | |
| tree | 435ea094ad0e55736442383de5885c9c40c9d2a2 /contrib/ipfilter/ipmon.h | |
| parent | 4160f4c64e792b95d1d413f350b59eaf9fc1b6b9 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/ipmon.h')
| -rw-r--r-- | contrib/ipfilter/ipmon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ipfilter/ipmon.h b/contrib/ipfilter/ipmon.h index e297e10d6330..afee1f4fb3f7 100644 --- a/contrib/ipfilter/ipmon.h +++ b/contrib/ipfilter/ipmon.h @@ -6,7 +6,7 @@ * See the IPFILTER.LICENCE file for details on licencing. * * @(#)ip_fil.h 1.35 6/5/96 - * $Id: ipmon.h,v 2.8 2003/07/25 22:16:20 darrenr Exp $ + * $Id: ipmon.h,v 2.8.2.1 2006/03/21 16:13:31 darrenr Exp $ */ @@ -94,3 +94,4 @@ extern int load_config __P((char *)); extern void dumphex __P((FILE *, int, char *, int)); extern int check_action __P((char *, char *, int, int)); extern char *getword __P((int)); +extern int fac_findname __P((char *)); |
