summaryrefslogtreecommitdiff
path: root/psutil/arch/bsd/net.h
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2023-04-19 20:15:29 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2023-04-19 20:15:29 +0200
commitf6c003293249fab17e33d48c76d8527bdd91a0f7 (patch)
tree509cf0e0467c39c7f134082c0543c8471420d8f4 /psutil/arch/bsd/net.h
parent968e4bba7dd015d5a469c77ec65956f211d3a5bd (diff)
parentcaa184349c934958b3673c8d3532c607caa2052a (diff)
downloadpsutil-f6c003293249fab17e33d48c76d8527bdd91a0f7.tar.gz
Merge branch 'c-refact'
Diffstat (limited to 'psutil/arch/bsd/net.h')
-rw-r--r--psutil/arch/bsd/net.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/psutil/arch/bsd/net.h b/psutil/arch/bsd/net.h
new file mode 100644
index 00000000..99079523
--- /dev/null
+++ b/psutil/arch/bsd/net.h
@@ -0,0 +1,9 @@
+/*
+ * 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_net_io_counters(PyObject *self, PyObject *args);