aboutsummaryrefslogtreecommitdiff
path: root/gdb/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exceptions.h')
-rw-r--r--gdb/exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.h b/gdb/exceptions.h
index 630eb2e..7e3be95 100644
--- a/gdb/exceptions.h
+++ b/gdb/exceptions.h
@@ -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