Simplify tui_update_source_windows_with_line
[deliverable/binutils-gdb.git] / gdb / tui / tui-winsource.h
index dde56a7ac24858a09acd82fc2ae4c8f4183d9fce..435203d369e099c6bead68a2fd01b28f6691ebc9 100644 (file)
@@ -227,8 +227,7 @@ extern void tui_update_all_breakpoint_info (struct breakpoint *being_deleted);
 /* Function to display the "main" routine.  */
 extern void tui_display_main (void);
 extern void tui_update_source_windows_with_addr (struct gdbarch *, CORE_ADDR);
-extern void tui_update_source_windows_with_line (struct symtab *, 
-                                                int);
+extern void tui_update_source_windows_with_line (struct symtab_and_line sal);
 
 /* Extract some source text from PTR.  LINE_NO is the line number.  If
    it is positive, it is printed at the start of the line.  FIRST_COL
This page took 0.024132 seconds and 4 git commands to generate.