summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/socks.h
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-12-30 01:59:57 -0800
committerGiampaolo Rodola <g.rodola@gmail.com>2019-12-30 01:59:57 -0800
commit699a3826398b8d6c19199ea0462f93b46dae3e69 (patch)
treeefdb62b74b67f9270147aec0ae47ead7b1118ccf /psutil/arch/windows/socks.h
parent84e63f12355bd96f66283e6232184b924927ff64 (diff)
downloadpsutil-699a3826398b8d6c19199ea0462f93b46dae3e69.tar.gz
windows: move net_connections() in socks.c
Diffstat (limited to 'psutil/arch/windows/socks.h')
-rw-r--r--psutil/arch/windows/socks.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/psutil/arch/windows/socks.h b/psutil/arch/windows/socks.h
new file mode 100644
index 00000000..cd9ba58d
--- /dev/null
+++ b/psutil/arch/windows/socks.h
@@ -0,0 +1,9 @@
+/*
+ * Copyright (c) 2009, Giampaolo Rodola', Jeff Tang. 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_connections(PyObject *self, PyObject *args);