PR binutils/1437
[deliverable/binutils-gdb.git] / gdb / source.h
index ba7d45f5260c8ebdb13bf653d406cbbc13df9600..ecfe1f0f69684d85821eef8573e8081dce38ae22 100644 (file)
 #ifndef SOURCE_H
 #define SOURCE_H
 
+struct symtab;
+
 /* Open a source file given a symtab S.  Returns a file descriptor or
    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.023306 seconds and 4 git commands to generate.