-/* $OpenBSD: pledge.h,v 1.46 2022/07/18 18:02:27 jca Exp $ */
+/* $OpenBSD: pledge.h,v 1.47 2022/09/01 05:40:46 jsg Exp $ */
/*
* Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
int pledge_swapctl(struct proc *p, int cmd);
int pledge_kill(struct proc *p, pid_t pid);
int pledge_protexec(struct proc *p, int prot);
-void ppath_destroy(struct process *ps);
#endif /* _KERNEL */