mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
Fixed another sloppy common-style declaration (staticized it).
This commit is contained in:
parent
2c09f8a586
commit
8ced32b025
2 changed files with 2 additions and 1 deletions
|
|
@ -29,6 +29,8 @@ struct ifqueue atintrq1, atintrq2;
|
|||
int ddp_forward = 1;
|
||||
int ddp_firewall = 0;
|
||||
extern int ddp_cksum;
|
||||
static struct ddpstat ddpstat;
|
||||
|
||||
void ddp_input( struct mbuf *, struct ifnet *, struct elaphdr *, int );
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -31,6 +31,5 @@ struct ddpstat {
|
|||
#ifdef KERNEL
|
||||
extern struct ddpcb *ddp_ports[ ];
|
||||
extern struct ddpcb *ddpcb;
|
||||
struct ddpstat ddpstat;
|
||||
#endif
|
||||
#endif /* _NETATALK_DDP_VAR_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue