* source.c (source_full_path_of): Constify parameter filename.
* defs.h (source_full_path_of): Update declaration accordingly.
This commit is contained in:
parent
e15780428b
commit
24f818742e
3 changed files with 9 additions and 2 deletions
|
@ -822,7 +822,7 @@ done:
|
|||
|
||||
Else, this functions returns 0, and FULL_PATHNAME is set to NULL. */
|
||||
int
|
||||
source_full_path_of (char *filename, char **full_pathname)
|
||||
source_full_path_of (const char *filename, char **full_pathname)
|
||||
{
|
||||
int fd;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue