diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index fc5f0e7..60109a0 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -194,7 +194,7 @@ typedef void (record_line_ftype) (struct subfile *subfile, int line, /* Function to invoke get the next symbol. Return the symbol name. */ -EXTERN char *(*next_symbol_text_func) (struct objfile *); +EXTERN const char *(*next_symbol_text_func) (struct objfile *); extern void add_symbol_to_list (struct symbol *symbol, struct pending **listhead); @@ -216,7 +216,7 @@ extern void really_free_pendings (void *dummy); extern void start_subfile (const char *name); -extern void patch_subfile_names (struct subfile *subfile, char *name); +extern void patch_subfile_names (struct subfile *subfile, const char *name); extern void push_subfile (void); |