summaryrefslogtreecommitdiff
path: root/psutil/arch/bsd/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/arch/bsd/proc.h')
-rw-r--r--psutil/arch/bsd/proc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/psutil/arch/bsd/proc.h b/psutil/arch/bsd/proc.h
new file mode 100644
index 00000000..2ed8e42d
--- /dev/null
+++ b/psutil/arch/bsd/proc.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include <Python.h>
+
+PyObject *psutil_pids(PyObject *self, PyObject *args);
+PyObject *psutil_proc_environ(PyObject *self, PyObject *args);
+PyObject *psutil_proc_name(PyObject *self, PyObject *args);
+PyObject *psutil_proc_oneshot_info(PyObject *self, PyObject *args);
+PyObject *psutil_proc_open_files(PyObject *self, PyObject *args);