diff options
Diffstat (limited to 'net/rarp.h')
-rw-r--r-- | net/rarp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,9 +35,9 @@ * Global functions and variables. */ -extern int RarpTry; +extern int RarpTry; -extern void RarpRequest (void); /* Send a RARP request */ +extern void RarpRequest(void); /* Send a RARP request */ /**********************************************************************/ |