summaryrefslogtreecommitdiff
path: root/psutil/arch/osx/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/arch/osx/proc.h')
-rw-r--r--psutil/arch/osx/proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/psutil/arch/osx/proc.h b/psutil/arch/osx/proc.h
index 621f0cad..63f16ccd 100644
--- a/psutil/arch/osx/proc.h
+++ b/psutil/arch/osx/proc.h
@@ -7,8 +7,10 @@
#include <Python.h>
PyObject *psutil_pids(PyObject *self, PyObject *args);
+PyObject *psutil_proc_cmdline(PyObject *self, PyObject *args);
PyObject *psutil_proc_connections(PyObject *self, PyObject *args);
PyObject *psutil_proc_cwd(PyObject *self, PyObject *args);
+PyObject *psutil_proc_environ(PyObject *self, PyObject *args);
PyObject *psutil_proc_exe(PyObject *self, PyObject *args);
PyObject *psutil_proc_kinfo_oneshot(PyObject *self, PyObject *args);
PyObject *psutil_proc_memory_uss(PyObject *self, PyObject *args);