* valops.c: Include "objfiles.h" and "symtab.h".
[deliverable/binutils-gdb.git] / gdb / value.h
index 9665303148dc86b14c98eb06ecf01fcab4f5019f..deb26295de6f4bf98046c22dd2d31f1870907b99 100644 (file)
@@ -571,7 +571,8 @@ extern struct value *value_slice (struct value *, int, int);
 extern struct value *value_literal_complex (struct value *, struct value *,
                                            struct type *);
 
-extern struct value *find_function_in_inferior (const char *);
+extern struct value *find_function_in_inferior (const char *,
+                                               struct objfile **);
 
 extern struct value *value_allocate_space_in_inferior (int);
 
This page took 0.024082 seconds and 4 git commands to generate.