PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / tui / tuiSource.h
CommitLineData
c906108c
SS
1#ifndef _TUI_SOURCE_H
2#define _TUI_SOURCE_H
3/*
c5aa993b
JM
4 ** This header file supports
5 */
c906108c
SS
6
7
8#include "defs.h"
9#if 0
10#include "symtab.h"
11#include "breakpoint.h"
12#endif
13
a14ed312
KB
14extern TuiStatus tuiSetSourceContent (struct symtab *, int, int);
15extern void tuiShowSource (struct symtab *, Opaque, int);
16extern void tuiShowSourceAsIs (struct symtab *, Opaque, int);
17extern int tuiSourceIsDisplayed (char *);
18extern void tuiVerticalSourceScroll (TuiScrollDirection, int);
c906108c
SS
19
20
21/*******************
22** MACROS **
23*******************/
24#define m_tuiShowSourceAsIs(s, line, noerror) tuiUpdateSourceWindowAsIs(srcWin, s, line, noerror)
25
26
c5aa993b
JM
27#endif
28/*_TUI_SOURCE_H*/
This page took 0.059822 seconds and 4 git commands to generate.