summaryrefslogtreecommitdiff
path: root/psutil/arch/osx/net.h
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2023-04-20 10:47:22 +0200
committerGitHub <noreply@github.com>2023-04-20 10:47:22 +0200
commit4982b4a46da0b50951b0978e41419321d1a45ec5 (patch)
treeae07e9366184eb33483f20d9eb6ecab069abb6f6 /psutil/arch/osx/net.h
parent3287ea328f76da7e5ff6cc148fdbd5afe33099dd (diff)
downloadpsutil-4982b4a46da0b50951b0978e41419321d1a45ec5.tar.gz
OSX big C refactoring (#2242)
Diffstat (limited to 'psutil/arch/osx/net.h')
-rw-r--r--psutil/arch/osx/net.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/psutil/arch/osx/net.h b/psutil/arch/osx/net.h
new file mode 100644
index 00000000..99079523
--- /dev/null
+++ b/psutil/arch/osx/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);