* tui/tui-file.c:
[deliverable/binutils-gdb.git] / gdb / tui / tui.h
index d7b741c68a5bb7d8b52f5c1c76383cde23a35c4b..60511596fbd82100f6ae3740c7bf1365904e701e 100644 (file)
@@ -1,6 +1,6 @@
 /* External/Public TUI Header File.
 
-   Copyright 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
+   Copyright (C) 1998, 1999, 2000, 2001, 2004 Free Software Foundation,
    Inc.
 
    Contributed by Hewlett-Packard Company.
@@ -19,8 +19,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef TUI_H
 #define TUI_H
@@ -59,7 +59,8 @@ enum tui_win_type
 extern CORE_ADDR tui_get_low_disassembly_address (CORE_ADDR, CORE_ADDR);
 extern void tui_show_assembly (CORE_ADDR addr);
 extern int tui_is_window_visible (enum tui_win_type type);
-extern int tui_get_command_dimension (int *width, int *height);
+extern int tui_get_command_dimension (unsigned int *width,
+                                     unsigned int *height);
 
 /* Initialize readline and configure the keymap for the switching
    key shortcut.  */
This page took 0.024328 seconds and 4 git commands to generate.