old-cross-binutils/gdb/tui/tuiCommand.h
2000-05-28 01:12:42 +00:00

25 lines
613 B
C

#ifndef _TUI_COMMAND_H
#define _TUI_COMMAND_H
/*
** This header file supports
*/
/*****************************************
** TYPE DEFINITIONS **
******************************************/
/*****************************************
** PUBLIC FUNCTION EXTERNAL DECLS **
******************************************/
extern unsigned int tuiDispatchCtrlChar (unsigned int);
extern int tuiIncrCommandCharCountBy (int);
extern int tuiDecrCommandCharCountBy (int);
extern int tuiSetCommandCharCountTo (int);
extern int tuiClearCommandCharCount (void);
#endif
/*_TUI_COMMAND_H*/