summaryrefslogtreecommitdiffstats
path: root/net/rarp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/rarp.h')
-rw-r--r--net/rarp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rarp.h b/net/rarp.h
index fc5b363c0a..ebd748ea4e 100644
--- a/net/rarp.h
+++ b/net/rarp.h
@@ -36,7 +36,7 @@
extern int RarpTry;
/* Process the receipt of a RARP packet */
-extern void rarp_receive(IP_t *ip, unsigned len);
+extern void rarp_receive(struct ip_udp_hdr *ip, unsigned len);
extern void RarpRequest(void); /* Send a RARP request */
/**********************************************************************/
OpenPOWER on IntegriCloud