Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.h
index e3ac69ba666e7ab41e8c8d23bca997e10d522286..9b2d598ff5860a496b743ee1ed5171100fa516da 100644 (file)
@@ -116,7 +116,7 @@ struct cmd_list_element
        cmd_const_cfunc_ftype *const_cfunc;
        /* If type is set_cmd or show_cmd, first set the variables,
           and then call this: */
-       cmd_sfunc_ftype *sfunc;
+       cmd_const_sfunc_ftype *sfunc;
       }
     function;
 
This page took 0.023764 seconds and 4 git commands to generate.