Add ability to return rvalue reference values from value_ref
[deliverable/binutils-gdb.git] / gdb / value.h
index c57ea7979e05d6118b5b3478c96602b0ecececee..a1d1609777f0a7a85b2b140c76d068cb791780ef 100644 (file)
@@ -775,7 +775,7 @@ extern struct value *value_ind (struct value *arg1);
 
 extern struct value *value_addr (struct value *arg1);
 
-extern struct value *value_ref (struct value *arg1);
+extern struct value *value_ref (struct value *arg1, enum type_code refcode);
 
 extern struct value *value_assign (struct value *toval,
                                   struct value *fromval);
This page took 0.026613 seconds and 4 git commands to generate.