constify to_open
[deliverable/binutils-gdb.git] / gdb / tui / tui-stack.h
index a719e712a27fb059c2d6d4bab084fa36ff5fcd1b..9ab4f135169c4e36a011c8f456b6d30df3865a5e 100644 (file)
@@ -1,7 +1,6 @@
 /* TUI display locator.
 
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2014 Free Software Foundation, Inc.
 
    Contributed by Hewlett-Packard Company.
 
@@ -25,7 +24,7 @@
 
 struct frame_info;
 
-extern void tui_update_locator_filename (const char *);
+extern void tui_update_locator_fullname (const char *);
 extern void tui_show_locator_content (void);
 extern void tui_show_frame_info (struct frame_info *);
 
This page took 0.023505 seconds and 4 git commands to generate.