From: Sepherosa Ziehau Date: Sun, 14 Sep 2008 04:48:31 +0000 (+0000) Subject: pfil_get_hook() is gone X-Git-Tag: v2.1.1~414 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/eab20463bf541af24a56b71155fb720e28e45d91 pfil_get_hook() is gone --- diff --git a/share/man/man9/pfil.9 b/share/man/man9/pfil.9 index 7c535a8469..1c54800816 100644 --- a/share/man/man9/pfil.9 +++ b/share/man/man9/pfil.9 @@ -1,5 +1,5 @@ .\" $NetBSD: pfil.9,v 1.24 2004/01/01 15:24:35 wiz Exp $ -.\" $DragonFly: src/share/man/man9/pfil.9,v 1.4 2007/06/30 19:03:52 swildner Exp $ +.\" $DragonFly: src/share/man/man9/pfil.9,v 1.5 2008/09/14 04:48:31 sephe Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -35,7 +35,6 @@ .Nm pfil_head_register , .Nm pfil_head_unregister , .Nm pfil_head_get , -.Nm pfil_hook_get , .Nm pfil_add_hook , .Nm pfil_remove_hook , .Nm pfil_run_hooks @@ -51,8 +50,6 @@ .Fn pfil_head_unregister "struct pfil_head *pfh" .Ft struct pfil_head * .Fn pfil_head_get "int type" "u_long val" -.Ft struct packet_filter_hook * -.Fn pfil_hook_get "int dir" "struct pfil_head *ph" .Ft void .Fn pfil_add_hook "int (*func)()" "void *arg" "int flags" "struct pfil_head *ph" .Ft void