mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
PARAMS elimination.
This commit is contained in:
parent
0158099299
commit
f777891334
@ -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>
|
||||
|
||||
* tuiLayout.c: Eliminate use of PARAMS from this file.
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
|
||||
extern void tuiDisplayMainFunction (void);
|
||||
extern void tuiUpdateSourceWindow PARAMS
|
||||
((TuiWinInfoPtr, struct symtab *, Opaque, int));
|
||||
extern void tuiUpdateSourceWindowAsIs PARAMS
|
||||
((TuiWinInfoPtr, struct symtab *, Opaque, int));
|
||||
extern void tuiUpdateSourceWindow (TuiWinInfoPtr, struct symtab *, Opaque,
|
||||
int);
|
||||
extern void tuiUpdateSourceWindowAsIs (TuiWinInfoPtr, struct symtab *, Opaque,
|
||||
int);
|
||||
extern void tuiUpdateSourceWindowsWithAddr (Opaque);
|
||||
extern void tui_vUpdateSourceWindowsWithAddr (va_list);
|
||||
extern void tuiUpdateSourceWindowsWithLine (struct symtab *, int);
|
||||
|
Loading…
Reference in New Issue
Block a user