gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / psympriv.h
index 7cf9260ba0c729b89d2612e402da092baa3bacc5..df7b874e07454035765c728072b452159fe7fa13 100644 (file)
@@ -164,13 +164,12 @@ extern void sort_pst_symbols (struct partial_symtab *);
 
 /* Add any kind of symbol to a psymbol_allocation_list.  */
 
-extern const
-struct partial_symbol *add_psymbol_to_list (const char *, int,
-                                           int, domain_enum,
-                                           enum address_class,
-                                           struct psymbol_allocation_list *,
-                                           long, CORE_ADDR,
-                                           enum language, struct objfile *);
+extern void add_psymbol_to_list (const char *, int,
+                                int, domain_enum,
+                                enum address_class,
+                                struct psymbol_allocation_list *,
+                                long, CORE_ADDR,
+                                enum language, struct objfile *);
 
 extern void init_psymbol_list (struct objfile *, int);
 
This page took 0.023216 seconds and 4 git commands to generate.