Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / linux-thread-db.c
index 1acb6ce0b24ff2a3a88c90f55b727202e7e0eeec..ea032fc63ae31cbb75332b0551bba1ce27ad561f 100644 (file)
@@ -92,7 +92,7 @@ show_auto_load_thread_db (struct ui_file *file, int from_tty,
 }
 
 static void
-set_libthread_db_search_path (char *ignored, int from_tty,
+set_libthread_db_search_path (const char *ignored, int from_tty,
                              struct cmd_list_element *c)
 {
   if (*libthread_db_search_path == '\0')
This page took 0.034436 seconds and 4 git commands to generate.