Constify add_abbrev_prefix_cmd
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.c
index 87ebed5f6e2769ee4fae3ffa1181bf60f6403534..5fc3187001e53a6e1809fe9df1c7d5f1ec0b388c 100644 (file)
@@ -424,7 +424,7 @@ add_prefix_cmd (const char *name, enum command_class theclass,
 
 struct cmd_list_element *
 add_abbrev_prefix_cmd (const char *name, enum command_class theclass,
-                      cmd_cfunc_ftype *fun, const char *doc,
+                      cmd_const_cfunc_ftype *fun, const char *doc,
                       struct cmd_list_element **prefixlist,
                       const char *prefixname,
                       int allow_unknown, struct cmd_list_element **list)
This page took 0.024991 seconds and 4 git commands to generate.