PARAMS elimination.
This commit is contained in:
parent
0158099299
commit
f777891334
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-06-22 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
|
* tuiSourceWin.h: Eliminate use of PARAMS from this file.
|
||||||
|
|
||||||
2000-06-20 Kevin Buettner <kevinb@redhat.com>
|
2000-06-20 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* tuiLayout.c: Eliminate use of PARAMS from this file.
|
* tuiLayout.c: Eliminate use of PARAMS from this file.
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
|
|
||||||
extern void tuiDisplayMainFunction (void);
|
extern void tuiDisplayMainFunction (void);
|
||||||
extern void tuiUpdateSourceWindow PARAMS
|
extern void tuiUpdateSourceWindow (TuiWinInfoPtr, struct symtab *, Opaque,
|
||||||
((TuiWinInfoPtr, struct symtab *, Opaque, int));
|
int);
|
||||||
extern void tuiUpdateSourceWindowAsIs PARAMS
|
extern void tuiUpdateSourceWindowAsIs (TuiWinInfoPtr, struct symtab *, Opaque,
|
||||||
((TuiWinInfoPtr, struct symtab *, Opaque, int));
|
int);
|
||||||
extern void tuiUpdateSourceWindowsWithAddr (Opaque);
|
extern void tuiUpdateSourceWindowsWithAddr (Opaque);
|
||||||
extern void tui_vUpdateSourceWindowsWithAddr (va_list);
|
extern void tui_vUpdateSourceWindowsWithAddr (va_list);
|
||||||
extern void tuiUpdateSourceWindowsWithLine (struct symtab *, int);
|
extern void tuiUpdateSourceWindowsWithLine (struct symtab *, int);
|
||||||
|
|
Loading…
Reference in a new issue