X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsource.h;h=7cfed1ae0e8e22dcc9ff557b5ff81973f1e8c1a4;hb=7bfdd688ac9a8864f8be2a79e7297a501a349f85;hp=ba7d45f5260c8ebdb13bf653d406cbbc13df9600;hpb=53cb0458d6870af83b2bc9fab8738a29b64f702e;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/source.h b/gdb/source.h index ba7d45f526..7cfed1ae0e 100644 --- a/gdb/source.h +++ b/gdb/source.h @@ -21,6 +21,8 @@ #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);