* breakpoint.c (add_catch_command): Use completer_ftype.
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index a957b6f3cd5baaffc940b87027ff327209f9b1e7..2ad80d64af124dd63d8f80f24a631fc96721cfe4 100644 (file)
@@ -23,6 +23,7 @@
 #include "value.h"
 #include "vec.h"
 #include "ax.h"
+#include "command.h"
 
 struct value;
 struct block;
@@ -1187,8 +1188,7 @@ extern void
   add_catch_command (char *name, char *docstring,
                     void (*sfunc) (char *args, int from_tty,
                                    struct cmd_list_element *command),
-                    char **(*completer) (struct cmd_list_element *cmd,
-                                         char *text, char *word),
+                    completer_ftype *completer,
                     void *user_data_catch,
                     void *user_data_tcatch);
 
This page took 0.025771 seconds and 4 git commands to generate.