Rephrase error message in infcall.c:call_function_by_hand
[deliverable/binutils-gdb.git] / gdb / psymtab.h
index 73e0a81a1294fe1dc3534b4106eadb664aa629b9..086ff2fb6634c157ec42f7e40bcc8f93b6953773 100644 (file)
@@ -28,7 +28,8 @@ extern struct psymbol_bcache *psymbol_bcache_init (void);
 extern void psymbol_bcache_free (struct psymbol_bcache *);
 extern struct bcache *psymbol_bcache_get_bcache (struct psymbol_bcache *);
 
-void map_partial_symbol_names (void (*) (const char *, void *), void *);
+void expand_partial_symbol_names (int (*fun) (const char *, void *),
+                                 void *data);
 
 void map_partial_symbol_filenames (void (*) (const char *, const char *,
                                             void *),
This page took 0.024895 seconds and 4 git commands to generate.