mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 14:43:02 +00:00
arp.h: Fix some typos introduce in last big set of commits.
This commit is contained in:
parent
96be43b270
commit
ca2d62f86c
1 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ extern "C"
|
|||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_NET_ARP_IPIN
|
||||
void arp_ipin(FAR struct net_driver_s **dev);
|
||||
void arp_ipin(FAR struct net_driver_s *dev);
|
||||
#else
|
||||
# define arp_ipin(dev)
|
||||
#endif
|
||||
|
|
@ -165,7 +165,7 @@ void arp_ipin(FAR struct net_driver_s **dev);
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
void arp_arpin(FAR struct net_driver_s **dev);
|
||||
void arp_arpin(FAR struct net_driver_s *dev);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: arp_out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue