* ui-file.c (gdb_fopen): Make arguments const.
[deliverable/binutils-gdb.git] / gdb / ui-file.c
index 5671abdc5389645ca94f47b0fa71bb3a7fd90bab..cf5a86d033cb6e20ed64d86866fccde8b1057604 100644 (file)
@@ -663,7 +663,7 @@ stdio_fileopen (FILE *file)
 }
 
 struct ui_file *
-gdb_fopen (char *name, char *mode)
+gdb_fopen (const char *name, const char *mode)
 {
   FILE *f = gdb_fopen_cloexec (name, mode);
 
This page took 0.024161 seconds and 4 git commands to generate.