summaryrefslogtreecommitdiffstats
path: root/sys/sys/protosw.h
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2000-08-16 13:54:56 +0000
committerdarrenr <darrenr@FreeBSD.org>2000-08-16 13:54:56 +0000
commitfc8282f9c594ff9482a043985583a45b25d0a39e (patch)
tree3c5f0f5c3661f2f55fe967e93c3d9902229afb38 /sys/sys/protosw.h
parent65f020c63bc5a8b47c5dd3fb658fb13bf16b8c11 (diff)
downloadFreeBSD-src-fc8282f9c594ff9482a043985583a45b25d0a39e.zip
FreeBSD-src-fc8282f9c594ff9482a043985583a45b25d0a39e.tar.gz
add extern for inetsw
Diffstat (limited to 'sys/sys/protosw.h')
-rw-r--r--sys/sys/protosw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h
index 4f88105..99e0f1e 100644
--- a/sys/sys/protosw.h
+++ b/sys/sys/protosw.h
@@ -320,6 +320,7 @@ char *prcorequests[] = {
void pfctlinput __P((int, struct sockaddr *));
struct protosw *pffindproto __P((int family, int protocol, int type));
struct protosw *pffindtype __P((int family, int type));
+extern struct protosw inetsw[];
#endif
#endif
OpenPOWER on IntegriCloud