* gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
[deliverable/binutils-gdb.git] / gdb / tui / tuiCommand.h
CommitLineData
c906108c
SS
1#ifndef _TUI_COMMAND_H
2#define _TUI_COMMAND_H
3/*
c5aa993b
JM
4 ** This header file supports
5 */
c906108c
SS
6
7
8/*****************************************
9** TYPE DEFINITIONS **
10******************************************/
11
12
13
14/*****************************************
15** PUBLIC FUNCTION EXTERNAL DECLS **
16******************************************/
17
a14ed312
KB
18extern unsigned int tuiDispatchCtrlChar (unsigned int);
19extern int tuiIncrCommandCharCountBy (int);
20extern int tuiDecrCommandCharCountBy (int);
21extern int tuiSetCommandCharCountTo (int);
22extern int tuiClearCommandCharCount (void);
c906108c 23
c5aa993b
JM
24#endif
25/*_TUI_COMMAND_H*/
This page took 0.089629 seconds and 4 git commands to generate.