Moved misplaced extern declarations.
This commit is contained in:
parent
11461e556c
commit
c92b100d9a
@ -57,7 +57,6 @@ struct at_aliasreq {
|
||||
#define AFA_PHASE2 0x0004
|
||||
|
||||
#ifdef KERNEL
|
||||
extern struct pr_usrreqs ddp_usrreqs;
|
||||
extern struct at_ifaddr *at_ifaddr;
|
||||
extern struct ifqueue atintrq1, atintrq2;
|
||||
#endif
|
||||
|
@ -29,7 +29,9 @@ struct ddpstat {
|
||||
};
|
||||
|
||||
#ifdef KERNEL
|
||||
extern int ddp_cksum;
|
||||
extern struct ddpcb *ddp_ports[ ];
|
||||
extern struct ddpcb *ddpcb;
|
||||
extern struct pr_usrreqs ddp_usrreqs;
|
||||
#endif
|
||||
#endif /* _NETATALK_DDP_VAR_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user