diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/protosw.h | 1 |
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 |