*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / psymtab.h
index 086ff2fb6634c157ec42f7e40bcc8f93b6953773..4089d462b8cb416d648ab9d599bcd7e032ed060a 100644 (file)
@@ -1,6 +1,6 @@
 /* Public partial symbol table definitions.
 
-   Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,6 +20,8 @@
 #ifndef PSYMTAB_H
 #define PSYMTAB_H
 
+#include "symfile.h"
+
 /* A bcache for partial symbols.  */
 
 struct psymbol_bcache;
@@ -31,9 +33,8 @@ extern struct bcache *psymbol_bcache_get_bcache (struct psymbol_bcache *);
 void expand_partial_symbol_names (int (*fun) (const char *, void *),
                                  void *data);
 
-void map_partial_symbol_filenames (void (*) (const char *, const char *,
-                                            void *),
-                                  void *);
+void map_partial_symbol_filenames (symbol_filename_ftype *fun, void *data,
+                                  int need_fullname);
 
 extern const struct quick_symbol_functions psym_functions;
 
This page took 0.026984 seconds and 4 git commands to generate.