This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Add prototype for tui_update_gdb_sizes


Hi!

In my integration of http://sources.redhat.com/ml/gdb-patches/2002-08/msg00801.html
I forgot to update tuiWin.h to declare tui_update_gdb_sizes() prototype.

Committed this.

	Stephane

2002-08-25  Stephane Carrez  <stcarrez@nerim.fr>

	* tuiWin.h (tui_update_gdb_sizes): Declare.
Index: tuiWin.h
===================================================================
RCS file: /cvs/src/src/gdb/tui/tuiWin.h,v
retrieving revision 1.6
diff -u -p -r1.6 tuiWin.h
--- tuiWin.h	24 Aug 2002 12:28:32 -0000	1.6
+++ tuiWin.h	25 Aug 2002 07:55:44 -0000
@@ -52,5 +52,8 @@ extern int tui_active_border_attrs;
 
 extern int tui_update_variables ();
 
+/* Update gdb's knowledge of the terminal size.  */
+extern void tui_update_gdb_sizes (void);
+
 #endif
 /*_TUI_WIN_H*/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]