summaryrefslogtreecommitdiff
path: root/psutil/_psutil_common.h
blob: 43021a72df1b0c3fdaa1f06aae3c39a327281ab1 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * 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.
 */

#include <Python.h>

PyObject* AccessDenied(void);
PyObject* NoSuchProcess(void);