mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Cleanup for GCC-4.x
This commit is contained in:
@ -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);
|
||||
|
||||
/**********************************************************************/
|
||||
|
||||
|
Reference in New Issue
Block a user