(inferior_has_execd, inferior_has_called_syscall): Remove
declarations.
+2012-11-06 Tom Tromey <tromey@redhat.com>
+
+ * target.h (inferior_has_forked, inferior_has_vforked)
+ (inferior_has_execd, inferior_has_called_syscall): Remove
+ declarations.
+
2012-11-06 Pierre Muller <muller@sourceware.org>
* remote.c (remote_insert_hw_breakpoint): ARI fix,
enum flash_preserve_mode preserve_flash_p,
void (*progress_cb) (ULONGEST, void *));
-/* From infrun.c. */
-
-extern int inferior_has_forked (ptid_t pid, ptid_t *child_pid);
-
-extern int inferior_has_vforked (ptid_t pid, ptid_t *child_pid);
-
-extern int inferior_has_execd (ptid_t pid, char **execd_pathname);
-
-extern int inferior_has_called_syscall (ptid_t pid, int *syscall_number);
-
/* Print a line about the current target. */
#define target_files_info() \