mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* source.c (source_full_path_of): Constify parameter filename.
* defs.h (source_full_path_of): Update declaration accordingly.
This commit is contained in:
@@ -613,7 +613,7 @@ extern void print_address (CORE_ADDR, struct ui_file *);
|
||||
|
||||
extern int openp (const char *, int, const char *, int, int, char **);
|
||||
|
||||
extern int source_full_path_of (char *, char **);
|
||||
extern int source_full_path_of (const char *, char **);
|
||||
|
||||
extern void mod_path (char *, char **);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user