Remove extraneous extern from function prototype introduced in rev.1.14.

This commit is contained in:
sobomax 2002-09-10 08:20:30 +00:00
parent c36ca204bb
commit 9212496d45

View File

@ -81,7 +81,7 @@ struct nsip_req {
#ifdef _KERNEL
extern struct ns_ifaddr *ns_ifaddr;
extern struct ns_ifaddr *ns_iaonnetof(void);
struct ns_ifaddr *ns_iaonnetof(void);
void nsintr(void);
extern struct ifqueue nsintrq; /* XNS input packet queue */
#endif