Cleanup for GCC-4.x
[oweals/u-boot.git] / include / net.h
index 623d22508239b81466f61bea037db7d070f1132f..47eab59dde2c5b6a9132dde1b49fd5d63911430d 100644 (file)
@@ -453,7 +453,7 @@ extern IPaddr_t getenv_IPaddr (char *);
 extern ushort getenv_VLAN(char *);
 
 /* copy a filename (allow for "..." notation, limit length) */
-extern void    copy_filename (uchar *dst, uchar *src, int size);
+extern void    copy_filename (char *dst, char *src, int size);
 
 /**********************************************************************/