* varobj.c (update_dynamic_varobj_children): Make 'name' const.
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 2716f3479f38f568f554ea018af75676c87a9399..4f96398a4392f717ab736d908f16177af26ae034 100644 (file)
@@ -934,11 +934,11 @@ extern struct symbol *lookup_block_symbol (const struct block *, const char *,
 
 /* lookup a [struct, union, enum] by name, within a specified block.  */
 
-extern struct type *lookup_struct (char *, struct block *);
+extern struct type *lookup_struct (const char *, struct block *);
 
-extern struct type *lookup_union (char *, struct block *);
+extern struct type *lookup_union (const char *, struct block *);
 
-extern struct type *lookup_enum (char *, struct block *);
+extern struct type *lookup_enum (const char *, struct block *);
 
 /* from blockframe.c: */
 
This page took 0.024322 seconds and 4 git commands to generate.