summaryrefslogtreecommitdiff
path: root/psutil/arch/openbsd/socks.h
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/arch/openbsd/socks.h')
-rw-r--r--psutil/arch/openbsd/socks.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/psutil/arch/openbsd/socks.h b/psutil/arch/openbsd/socks.h
new file mode 100644
index 00000000..90b678bb
--- /dev/null
+++ b/psutil/arch/openbsd/socks.h
@@ -0,0 +1,8 @@
+/*
+ * Copyright (c) 2009, 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.
+ */
+
+PyObject *psutil_net_connections(PyObject* self, PyObject* args);