* value.h (value_contents_equal): New prototype.
[deliverable/binutils-gdb.git] / gdb / value.h
index e66daa0b27c86791485f19f9ab0568ca8e94cff2..8e31c8624c4579ee705cebad2c2971d3d309bdea 100644 (file)
@@ -186,6 +186,7 @@ extern bfd_byte *value_contents_all_raw (struct value *);
 extern const bfd_byte *value_contents_all (struct value *);
 
 extern int value_fetch_lazy (struct value *val);
+extern int value_contents_equal (struct value *val1, struct value *val2);
 
 /* If nonzero, this is the value of a variable which does not actually
    exist in the program.  */
This page took 0.023297 seconds and 4 git commands to generate.