uip_arp_ipin needs a struct uip_driver_s as an input

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3132 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-11-25 20:55:46 +00:00
parent e2449e9858
commit 8bc8539cad
11 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ static void uip_arp_dump(struct arp_hdr *arp)
*/
#ifdef CONFIG_NET_ARP_IPIN
void uip_arp_ipin(void)
void uip_arp_ipin(struct uip_driver_s *dev)
{
in_addr_t srcipaddr;