X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftui%2Ftui-layout.h;h=a7e1e908983b2c2d43ebf5a91c76c4b3dd522de9;hb=8634b4628ea00a95ce3dfe8f9915724e8d710dad;hp=fbb6945d625d7e6366163f3615264bcf5ffb4bf6;hpb=9b254dd1ce46c19dde1dde5b8d1e22e862dfacce;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/tui/tui-layout.h b/gdb/tui/tui-layout.h index fbb6945d62..a7e1e90898 100644 --- a/gdb/tui/tui-layout.h +++ b/gdb/tui/tui-layout.h @@ -1,7 +1,6 @@ /* TUI layout window management. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. @@ -20,18 +19,15 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef TUI_LAYOUT_H -#define TUI_LAYOUT_H +#ifndef TUI_TUI_LAYOUT_H +#define TUI_TUI_LAYOUT_H #include "tui/tui.h" #include "tui/tui-data.h" extern void tui_add_win_to_layout (enum tui_win_type); -extern int tui_default_win_height (enum tui_win_type, - enum tui_layout_type); extern int tui_default_win_viewport_height (enum tui_win_type, enum tui_layout_type); -extern enum tui_status tui_set_layout (enum tui_layout_type, - enum tui_register_display_type); +extern void tui_set_layout (enum tui_layout_type); -#endif /*TUI_LAYOUT_H */ +#endif /* TUI_TUI_LAYOUT_H */