use cmd_sfunc_ftype and cmd_cfunc_ftype more
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index 0b49dec4894310ca24307cb39b418636e4f9b6fa..908a1ea22d92e2248d0a5f7c9a7e7a4387fcf8b1 100644 (file)
@@ -16061,8 +16061,7 @@ static struct cmd_list_element *tcatch_cmdlist;
 
 void
 add_catch_command (char *name, char *docstring,
-                  void (*sfunc) (char *args, int from_tty,
-                                 struct cmd_list_element *command),
+                  cmd_sfunc_ftype *sfunc,
                   completer_ftype *completer,
                   void *user_data_catch,
                   void *user_data_tcatch)
This page took 0.025351 seconds and 4 git commands to generate.