X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fvalue.h;h=034bdc462cd260951b0379044d5602b74d2d2367;hb=7530953b42a8e0976715efb97459c908095f7ce5;hp=2347dad80fddbc73862d4e82a63176ac93924b7f;hpb=fc1a4b4705305014e091a8922aa6cba4127b8dcc;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/value.h b/gdb/value.h index 2347dad80f..034bdc462c 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -495,7 +495,7 @@ extern void print_variable_value (struct symbol *var, struct frame_info *frame, struct ui_file *stream); -extern int check_field (struct value *, const gdb_byte *); +extern int check_field (struct value *, const char *); extern void typedef_print (struct type *type, struct symbol *news, struct ui_file *stream);