mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
copy_filename: constify "src" arg
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
722b061b6f
commit
b920ee9db2
2 changed files with 2 additions and 2 deletions
|
@ -526,7 +526,7 @@ extern ushort string_to_VLAN(char *s);
|
|||
extern ushort getenv_VLAN(char *);
|
||||
|
||||
/* copy a filename (allow for "..." notation, limit length) */
|
||||
extern void copy_filename (char *dst, char *src, int size);
|
||||
extern void copy_filename (char *dst, const char *src, int size);
|
||||
|
||||
/* get a random source port */
|
||||
extern unsigned int random_port(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue