X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftui%2Ftui-hooks.h;h=e7e62d76aed3e899715e0a6f78ba0a82eb16c47b;hb=7226433c44e3792aeea6ad19c54cd3056ea4308e;hp=ce54f837f13370822a165232ce24ee05f17a4546;hpb=7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/tui/tui-hooks.h b/gdb/tui/tui-hooks.h index ce54f837f1..e7e62d76ae 100644 --- a/gdb/tui/tui-hooks.h +++ b/gdb/tui/tui-hooks.h @@ -1,7 +1,6 @@ /* External/Public TUI hools header file, for GDB the GNU debugger. - Copyright (C) 2004, 2007, 2008, 2009, 2010, 2011 - Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -18,10 +17,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef TUI_HOOKS_H -#define TUI_HOOKS_H +#ifndef TUI_TUI_HOOKS_H +#define TUI_TUI_HOOKS_H extern void tui_install_hooks (void); extern void tui_remove_hooks (void); -#endif +#endif /* TUI_TUI_HOOKS_H */