1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / tui / tuiCommand.h
CommitLineData
03b93bdc
DT
1#ifndef _TUI_COMMAND_H
2#define _TUI_COMMAND_H
3/*
4** This header file supports
5*/
6
7
8/*****************************************
9** TYPE DEFINITIONS **
10******************************************/
11
12
13
14/*****************************************
15** PUBLIC FUNCTION EXTERNAL DECLS **
16******************************************/
17
18extern unsigned int tuiDispatchCtrlChar PARAMS ((unsigned int));
19extern int tuiIncrCommandCharCountBy PARAMS ((int));
20extern int tuiDecrCommandCharCountBy PARAMS ((int));
21extern int tuiSetCommandCharCountTo PARAMS ((int));
22extern int tuiClearCommandCharCount PARAMS ((void));
23
24#endif /*_TUI_COMMAND_H*/
This page took 0.026761 seconds and 4 git commands to generate.