]> git.sur5r.net Git - u-boot/blobdiff - net/nfs.h
net: cosmetic: Clean up RARP variables and functions
[u-boot] / net / nfs.h
index 53451dbd17c46b3a26a10fa855f85d1a6f9a86a1..d69b422f5209da05b6204183c3a59bd6e294c95f 100644 (file)
--- a/net/nfs.h
+++ b/net/nfs.h
@@ -69,7 +69,7 @@ struct rpc_t {
                } reply;
        } u;
 };
-extern void NfsStart(void);    /* Begin NFS */
+void nfs_start(void);  /* Begin NFS */
 
 
 /**********************************************************************/