__BEGIN_DECLS
-#ifdef KERNEL
-#ifdef __APPLE_API_PRIVATE
-
-void proc_reparent(struct proc *child, struct proc *newparent);
-
-#endif /* __APPLE_API_PRIVATE */
-#else /* !KERNEL */
+#ifndef KERNEL
int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data);