summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-10-05 03:03:20 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2016-10-05 03:03:20 +0200
commit096ed0e09faaba4ce4122eeb0d32bf49803a154e (patch)
tree1553ac85a93510221f1ace5ac475c00651359561
parent1bdd7d4fcefe34a579c2409461bd273faf6e79b7 (diff)
downloadpsutil-refactor-c-pid-exists.tar.gz
remove old definitionsrefactor-c-pid-exists
-rw-r--r--psutil/arch/bsd/openbsd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/psutil/arch/bsd/openbsd.h b/psutil/arch/bsd/openbsd.h
index 923dfde1..4f870268 100644
--- a/psutil/arch/bsd/openbsd.h
+++ b/psutil/arch/bsd/openbsd.h
@@ -14,8 +14,6 @@ struct kinfo_file * kinfo_getfile(long pid, int* cnt);
int psutil_get_proc_list(struct kinfo_proc **procList, size_t *procCount);
char **_psutil_get_argv(long pid);
PyObject * psutil_get_cmdline(long pid);
-int psutil_pid_exists(long pid);
-int psutil_raise_ad_or_nsp(long pid);
//
PyObject *psutil_proc_threads(PyObject *self, PyObject *args);