old-cross-binutils/gdb/tui/tuiCommand.h

26 lines
613 B
C
Raw Normal View History

#ifndef _TUI_COMMAND_H
#define _TUI_COMMAND_H
/*
1999-07-07 20:19:36 +00:00
** This header file supports
*/
/*****************************************
** TYPE DEFINITIONS **
******************************************/
/*****************************************
** PUBLIC FUNCTION EXTERNAL DECLS **
******************************************/
2000-05-28 01:12:42 +00:00
extern unsigned int tuiDispatchCtrlChar (unsigned int);
extern int tuiIncrCommandCharCountBy (int);
extern int tuiDecrCommandCharCountBy (int);
extern int tuiSetCommandCharCountTo (int);
extern int tuiClearCommandCharCount (void);
1999-07-07 20:19:36 +00:00
#endif
/*_TUI_COMMAND_H*/