2002-10-09 David Carlton <carlton@math.stanford.edu>
[deliverable/binutils-gdb.git] / gdb / symfile.h
index 39eb3080f13c9522d31e2f97da660cc29016a211..62dfcefb54b56574a2aef45334890936f1cde18a 100644 (file)
 
 /* This file requires that you first include "bfd.h".  */
 
+/* Opaque declarations.  */
+
+struct obstack;
+
 /* Partial symbols are stored in the psymbol_cache and pointers to them
    are kept in a dynamically grown array that is obtained from malloc and
    grown as necessary via realloc.  Each objfile typically has two of these,
@@ -208,7 +212,7 @@ extern void sort_symtab_syms (struct symtab *);
    (and add a null character at the end in the copy).
    Returns the address of the copy.  */
 
-extern char *obsavestring (char *, int, struct obstack *);
+extern char *obsavestring (const char *, int, struct obstack *);
 
 /* Concatenate strings S1, S2 and S3; return the new string.
    Space is found in the symbol_obstack.  */
This page took 0.037843 seconds and 4 git commands to generate.