constify solib_add
[deliverable/binutils-gdb.git] / gdb / solib.h
index 29fe8f73268d8df28910fadd2428653b1f66bc21..4a7f56e4281c4e058a6ba73bd312c1857979dfc6 100644 (file)
@@ -33,7 +33,7 @@ extern void clear_solib (void);
 
 /* Called to add symbols from a shared library to gdb's symbol table.  */
 
-extern void solib_add (char *, int, struct target_ops *, int);
+extern void solib_add (const char *, int, struct target_ops *, int);
 extern int solib_read_symbols (struct so_list *, int);
 
 /* Function to be called when the inferior starts up, to discover the
This page took 0.028991 seconds and 4 git commands to generate.