From 24f818742e35c6c9de0d16b4acd4fe3083676044 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 13 Mar 2009 02:34:13 +0000 Subject: * source.c (source_full_path_of): Constify parameter filename. * defs.h (source_full_path_of): Update declaration accordingly. --- gdb/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index 845b320..001db81 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -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 **); -- cgit v1.1