Simplify calls to init_psymbol_list
[deliverable/binutils-gdb.git] / gdb / psympriv.h
index 9f1af742842f2d840b1b8de62e4234db207e049f..9b1e952757c8dd5b25540d71c73ce885610f6053 100644 (file)
@@ -290,7 +290,11 @@ extern void add_psymbol_to_list (const char *, int,
                                 CORE_ADDR,
                                 enum language, struct objfile *);
 
-extern void init_psymbol_list (struct objfile *, int);
+/* Initialize storage for partial symbols.  If partial symbol storage
+   has already been initialized, this does nothing.  TOTAL_SYMBOLS is
+   an estimate of how many symbols there will be.  */
+
+extern void init_psymbol_list (struct objfile *objfile, int total_symbols);
 
 extern struct partial_symtab *start_psymtab_common (struct objfile *,
                                                    const char *, CORE_ADDR);
This page took 0.022925 seconds and 4 git commands to generate.