1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
[deliverable/binutils-gdb.git] / gdb / tui / tuiStack.h
CommitLineData
03b93bdc
DT
1#ifndef _TUI_STACK_H
2#define _TUI_STACK_H
3/*
4** This header file supports
5*/
6
7extern void tuiSetLocatorInfo PARAMS ((char *, char *, int, Opaque, TuiLocatorElementPtr));
8extern void tuiUpdateLocatorFilename PARAMS ((char *));
9extern void tui_vUpdateLocatorFilename PARAMS ((va_list));
10extern void tuiUpdateLocatorInfoFromFrame
11 PARAMS ((struct frame_info *, TuiLocatorElementPtr));
12extern void tuiUpdateLocatorDisplay PARAMS ((struct frame_info *));
13extern void tuiSetLocatorContent PARAMS ((struct frame_info *));
14extern void tuiShowLocatorContent PARAMS ((void));
15extern void tuiClearLocatorContent PARAMS ((void));
16extern void tuiSwitchFilename PARAMS ((char *));
17extern void tuiShowFrameInfo PARAMS ((struct frame_info *));
18extern void tui_vShowFrameInfo PARAMS ((va_list));
19extern void tuiGetLocatorFilename PARAMS ((TuiGenWinInfoPtr, char **));
20
21
22#endif /*_TUI_STACK_H*/
This page took 0.027481 seconds and 4 git commands to generate.