summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/socks.h
blob: cd9ba58dcbc8ac66cebdfc759af25d4fe87e76f1 (plain)
1
2
3
4
5
6
7
8
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);