X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2Frarp.h;h=1ca8833ce5288c7796153dd5f7f9e23b675c848c;hb=3b95902d47f89f95242ac143cd2a9ed1fd196157;hp=93e18899c308be762ace2b867753edad82710575;hpb=5b9c79a81db80c3f9e50c77477957cd803429af8;p=oweals%2Fu-boot.git 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 */ /**********************************************************************/