diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index ab523c9..428e8b3 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1221,6 +1221,6 @@ extern void push_remote_target (char *name, int from_tty); /* Blank target vector entries are initialized to target_ignore. */ void target_ignore (void); -extern struct target_ops child_ops; +extern struct target_ops deprecated_child_ops; #endif /* !defined (TARGET_H) */ |