diff options
Diffstat (limited to 'gdb/source.h')
-rw-r--r-- | gdb/source.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/source.h b/gdb/source.h index 1e9d8a5..33cad09 100644 --- a/gdb/source.h +++ b/gdb/source.h @@ -48,6 +48,8 @@ extern int find_and_open_source (const char *filename, negative number for error. */ extern int open_source_file (struct symtab *s); +extern char *rewrite_source_path (const char *path); + extern const char *symtab_to_fullname (struct symtab *s); /* Returns filename without the compile directory part, basename or absolute |