gdb/
[deliverable/binutils-gdb.git] / gdb / command.h
index b3f7013077fc52dd2ee13a5c6989941ad1f4ddbd..bed615c31af189bba64bbe6df352a0d1ef7530ea 100644 (file)
@@ -138,7 +138,8 @@ extern void set_cmd_sfunc (struct cmd_list_element *cmd,
                           cmd_sfunc_ftype *sfunc);
 
 extern void set_cmd_completer (struct cmd_list_element *cmd,
-                              char **(*completer) (char *text, char *word));
+                              char **(*completer) (struct cmd_list_element *cmd,
+                                                   char *text, char *word));
 
 /* HACK: cagney/2002-02-23: Code, mostly in tracepoints.c, grubs
    around in cmd objects to test the value of the commands sfunc().  */
This page took 0.026096 seconds and 4 git commands to generate.