add extern for inetsw

This commit is contained in:
Darren Reed 2000-08-16 13:54:56 +00:00
parent 242373a7ee
commit 48f0e05128
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64707

View File

@ -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