summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-01-11 13:18:32 +0000
committerbde <bde@FreeBSD.org>2002-01-11 13:18:32 +0000
commitd84d8c01a5fa9185cf5c0da1afe039a22af179bd (patch)
tree74f990a06a93913b030efd5d8e968b084843bf5d /share
parent6f5f8c6c2c7d212e50d18d9c52828732d8daca2f (diff)
downloadFreeBSD-src-d84d8c01a5fa9185cf5c0da1afe039a22af179bd.zip
FreeBSD-src-d84d8c01a5fa9185cf5c0da1afe039a22af179bd.tar.gz
Fixed missing return type in the prototoype for the hook function.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/pfil.91
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/pfil.9 b/share/man/man9/pfil.9
index 72d3b72..3273d5f 100644
--- a/share/man/man9/pfil.9
+++ b/share/man/man9/pfil.9
@@ -85,6 +85,7 @@ The
.Fa func
argument is a function with the following prototype.
.Pp
+.Ft int
.Fn func "void *data" "int hlen" "struct ifnet *net" "int dir" "struct mbuf **m"
.Pp
The
OpenPOWER on IntegriCloud