*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / source.h
index 7cfed1ae0e8e22dcc9ff557b5ff81973f1e8c1a4..ecfe1f0f69684d85821eef8573e8081dce38ae22 100644 (file)
@@ -27,6 +27,9 @@ struct symtab;
    negative number for error.  */
 extern int open_source_file (struct symtab *s);
 
+extern char* psymtab_to_fullname (struct partial_symtab *ps);
+extern char* symtab_to_fullname (struct symtab *s);
+
 /* Create and initialize the table S->line_charpos that records the
    positions of the lines in the source file, which is assumed to be
    open on descriptor DESC.  All set S->nlines to the number of such
This page took 0.027004 seconds and 4 git commands to generate.