summaryrefslogtreecommitdiff
path: root/psutil/_psutil_posix.h
blob: fe25b366950bc2d98ecd1f5ee97f3d2d4e73a392 (plain)
1
2
3
4
5
6
7
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.
 */

int psutil_pid_exists(long pid);
void psutil_raise_for_pid(long pid, char *msg);