Constify add_com_suppress_notification
[deliverable/binutils-gdb.git] / gdb / source.h
index 263715aeddb49b35c8fb990a65a452c1ceecf8e6..41e1d8691abb3b15631a285da2cbcc0ce3b7734c 100644 (file)
@@ -91,7 +91,8 @@ extern void set_default_source_symtab_and_line (void);
    (the returned sal pc and end fields are not valid.)
    and set the current default to whatever is in SAL.
    NOTE: The returned sal pc and end fields are not valid.  */
-extern struct symtab_and_line set_current_source_symtab_and_line (const struct symtab_and_line *);
+extern symtab_and_line set_current_source_symtab_and_line
+  (const symtab_and_line &sal);
 
 /* Reset any information stored about a default file and line to print.  */
 extern void clear_current_source_symtab_and_line (void);
This page took 0.022875 seconds and 4 git commands to generate.