X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2Frarp.h;h=1ca8833ce5288c7796153dd5f7f9e23b675c848c;hb=bfe279803ff08aba86277ba60890923cd678af7b;hp=93e18899c308be762ace2b867753edad82710575;hpb=5b9c79a81db80c3f9e50c77477957cd803429af8;p=u-boot diff --git a/net/rarp.h b/net/rarp.h index 93e18899c3..1ca8833ce5 100644 --- a/net/rarp.h +++ b/net/rarp.h @@ -17,11 +17,11 @@ * Global functions and variables. */ -extern int RarpTry; +extern int rarp_try; /* Process the receipt of a RARP packet */ -extern void rarp_receive(struct ip_udp_hdr *ip, unsigned len); -extern void RarpRequest(void); /* Send a RARP request */ +void rarp_receive(struct ip_udp_hdr *ip, unsigned len); +void rarp_request(void); /* Send a RARP request */ /**********************************************************************/