From 3127cac2f7f22981915fe2bcd980775447b99fba Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 1 Nov 1999 10:00:40 +0000 Subject: Add typedefs for node methods Suggested by phk. --- sys/netgraph/ng_hole.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netgraph/ng_hole.c') diff --git a/sys/netgraph/ng_hole.c b/sys/netgraph/ng_hole.c index 7baf91d..6b3768c 100644 --- a/sys/netgraph/ng_hole.c +++ b/sys/netgraph/ng_hole.c @@ -37,7 +37,7 @@ * Author: Julian Elisher * * $FreeBSD$ - * $Whistle: ng_hole.c,v 1.8 1999/01/28 23:54:53 julian Exp $ + * $Whistle: ng_hole.c,v 1.10 1999/11/01 09:24:51 julian Exp $ */ /* @@ -56,8 +56,8 @@ #include /* Netgraph methods */ -static int ngh_rcvdata(hook_p hook, struct mbuf *m, meta_p meta); -static int ngh_disconnect(hook_p hook); +static ng_rcvdata_t ngh_rcvdata; +static ng_disconnect_t ngh_disconnect; static struct ng_type typestruct = { NG_VERSION, -- cgit v1.1