2003-05-19 David Carlton <carlton@bactrian.org>
[deliverable/binutils-gdb.git] / gdb / symfile.h
index 267146375c65b774b71c8b579157522fe1fcabd8..04b0d89605b19d187cdaea72cc36df165216faac 100644 (file)
@@ -26,8 +26,9 @@
 /* This file requires that you first include "bfd.h".  */
 
 /* Opaque declarations.  */
-
+struct objfile;
 struct obstack;
+struct block;
 
 /* 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
@@ -148,12 +149,12 @@ extern void extend_psymbol_list (struct psymbol_allocation_list *,
 /* #include "demangle.h" */
 
 extern void
-add_psymbol_to_list (char *, int, namespace_enum, enum address_class,
+add_psymbol_to_list (char *, int, domain_enum, enum address_class,
                     struct psymbol_allocation_list *, long, CORE_ADDR,
                     enum language, struct objfile *);
 
 extern void
-add_psymbol_with_dem_name_to_list (char *, int, char *, int, namespace_enum,
+add_psymbol_with_dem_name_to_list (char *, int, char *, int, domain_enum,
                                   enum address_class,
                                   struct psymbol_allocation_list *,
                                   long, CORE_ADDR,
This page took 0.023477 seconds and 4 git commands to generate.