Remove "repeat" argument from command_line_input
[deliverable/binutils-gdb.git] / gdb / defs.h
index 4cf83f0d443e81a478d4cd5338fd3e3f579e1a44..fc4217005a19caa4ff398ce204edbb8da29a50ed 100644 (file)
@@ -309,7 +309,7 @@ typedef void initialize_file_ftype (void);
 
 extern char *gdb_readline_wrapper (const char *);
 
-extern char *command_line_input (const char *, int, const char *);
+extern char *command_line_input (const char *, const char *);
 
 extern void print_prompt (void);
 
This page took 0.024725 seconds and 4 git commands to generate.