* tracepoint.c (print_one_static_tracepoint_marker): Constify.
[deliverable/binutils-gdb.git] / gdb / source.h
index bf9a688903081f504da61c7fb4bca8b420d59d9e..a8918a9d19a72cbb2935e4ef8c2903cb15736631 100644 (file)
@@ -48,7 +48,7 @@ extern int find_and_open_source (const char *filename,
    negative number for error.  */
 extern int open_source_file (struct symtab *s);
 
-extern char* symtab_to_fullname (struct symtab *s);
+extern const char *symtab_to_fullname (struct symtab *s);
 
 /* Create and initialize the table S->line_charpos that records the
    positions of the lines in the source file, which is assumed to be
This page took 0.034171 seconds and 4 git commands to generate.