aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui.h
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2002-08-31 12:25:29 +0000
committerStephane Carrez <stcarrez@nerim.fr>2002-08-31 12:25:29 +0000
commit6999695c60a769c656e8f82c5a8ca9d523eb0c8f (patch)
tree1212725d134d4a5e446e0ac791e9179355b58446 /gdb/tui/tui.h
parente09d2eba9e1ebda1f5a50fe14e34941c22e09173 (diff)
downloadgdb-6999695c60a769c656e8f82c5a8ca9d523eb0c8f.zip
gdb-6999695c60a769c656e8f82c5a8ca9d523eb0c8f.tar.gz
gdb-6999695c60a769c656e8f82c5a8ca9d523eb0c8f.tar.bz2
* tuiSourceWin.h (tuiUpdateAllExecInfos): Don't declare.
(tuiClearAllExecInfosContent): Likewise. (tuiEraseAllExecInfosContent): Ditto. (tuiUpdateSourceWindowsFromLocator): Ditto. * tuiSourceWin.c (tuiUpdateAllExecInfos): Remove. * tui.h (tui_vCheckDataValues): Don't declare. (tui_vStartNewLines, tui_vAllSetHasBreakAt): Likewise. (tui_vUpdateLocatorFilename, tui_vUpdateSourceWindowsWithAddr): Ditto. (tui_vShowFrameInfo): Ditto.
Diffstat (limited to 'gdb/tui/tui.h')
-rw-r--r--gdb/tui/tui.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h
index e6cb4b8..ed66a4f 100644
--- a/gdb/tui/tui.h
+++ b/gdb/tui/tui.h
@@ -132,21 +132,10 @@ extern void tui_show_source (const char *file, int line);
extern struct ui_out *tui_out_new (struct ui_file *stream);
-/* tuiDataWin.c */
-extern void tui_vCheckDataValues (va_list);
-
-/* tuiIO.c */
-extern void tui_vStartNewLines (va_list);
-
/* tuiLayout.c */
extern TuiStatus tui_set_layout (const char *);
/* tuiSourceWin.c */
extern void tuiUpdateAllExecInfos (void);
-extern void tui_vAllSetHasBreakAt (va_list);
-extern void tui_vUpdateSourceWindowsWithAddr (va_list);
-/* tuiStack.c */
-extern void tui_vShowFrameInfo (va_list);
-extern void tui_vUpdateLocatorFilename (va_list);
#endif /* TUI_H */