X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fui-file.h;h=667357433baecd856983cc90a8fb5f91136378a1;hb=ca9b78ce906d588bb9aab0c6739c2dbdacd62612;hp=29ce5e0c961e66a9c51537fdedf16dac6a53cb09;hpb=de571fc5fbd89d21436119ca2cd9dce1375bdcb3;p=binutils-gdb.git diff --git a/gdb/ui-file.h b/gdb/ui-file.h index 29ce5e0c961..667357433ba 100644 --- a/gdb/ui-file.h +++ b/gdb/ui-file.h @@ -1,5 +1,5 @@ /* UI_FILE - a generic STDIO like output stream. - Copyright (C) 1999-2014 Free Software Foundation, Inc. + Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of GDB. @@ -77,7 +77,7 @@ extern void set_ui_file_put (struct ui_file *stream, ui_file_put_ftype *put); typedef void (ui_file_delete_ftype) (struct ui_file * stream); extern void set_ui_file_data (struct ui_file *stream, void *data, - ui_file_delete_ftype *delete); + ui_file_delete_ftype *to_delete); typedef int (ui_file_fseek_ftype) (struct ui_file *stream, long offset, int whence);