-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / buildsym.h
index fc5f0e7df61bf3e8c9ab2c9820ffce338bd1a0dc..60109a0da2e12c8d804978f5a73858a4b988cf30 100644 (file)
@@ -194,7 +194,7 @@ typedef void (record_line_ftype) (struct subfile *subfile, int line,
 
 /* Function to invoke get the next symbol.  Return the symbol name.  */
 
-EXTERN char *(*next_symbol_text_func) (struct objfile *);
+EXTERN const char *(*next_symbol_text_func) (struct objfile *);
 
 extern void add_symbol_to_list (struct symbol *symbol,
                                struct pending **listhead);
@@ -216,7 +216,7 @@ extern void really_free_pendings (void *dummy);
 
 extern void start_subfile (const char *name);
 
-extern void patch_subfile_names (struct subfile *subfile, char *name);
+extern void patch_subfile_names (struct subfile *subfile, const char *name);
 
 extern void push_subfile (void);
 
This page took 0.027972 seconds and 4 git commands to generate.