Fix catch_command_errors's prototype.
[deliverable/binutils-gdb.git] / gdb / exceptions.h
index 630eb2e56bda45c79a19276ba2a39d7b8637c171..7e3be95a04f0734e1f0752156cb9d50835dab96d 100644 (file)
@@ -255,6 +255,6 @@ extern int catch_errors (catch_errors_ftype *, void *, char *, return_mask);
 
 typedef void (catch_command_errors_ftype) (char *, int);
 extern int catch_command_errors (catch_command_errors_ftype *func,
-                                char *command, int from_tty, return_mask);
+                                char *arg, int from_tty, return_mask);
 
 #endif
This page took 0.023994 seconds and 4 git commands to generate.