diff options
Diffstat (limited to 'gdb/cli/cli-decode.h')
-rw-r--r-- | gdb/cli/cli-decode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index 50b858c..691bfe3 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -114,6 +114,8 @@ struct cmd_list_element { /* If type is not_set_cmd, call it like this: */ cmd_cfunc_ftype *cfunc; + /* ... or like this. */ + 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; |