diff options
Diffstat (limited to 'gdb/tui/tui-command.h')
-rw-r--r-- | gdb/tui/tui-command.h | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/gdb/tui/tui-command.h b/gdb/tui/tui-command.h index 7afeb1b..9653bf0 100644 --- a/gdb/tui/tui-command.h +++ b/gdb/tui/tui-command.h @@ -1,5 +1,8 @@ /* Specific command window processing. - Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + + Copyright 1998, 1999, 2000, 2001, 2004 Free Software Foundation, + Inc. + Contributed by Hewlett-Packard Company. This file is part of GDB. @@ -19,24 +22,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _TUI_COMMAND_H -#define _TUI_COMMAND_H -/* - ** This header file supports - */ - - -/***************************************** -** TYPE DEFINITIONS ** -******************************************/ - - - -/***************************************** -** PUBLIC FUNCTION EXTERNAL DECLS ** -******************************************/ +#ifndef TUI_COMMAND_H +#define TUI_COMMAND_H -extern unsigned int tuiDispatchCtrlChar (unsigned int); +extern unsigned int tui_dispatch_ctrl_char (unsigned int); #endif -/*_TUI_COMMAND_H*/ |