summaryrefslogtreecommitdiff
path: root/psutil/_psutil_posix.h
blob: 59b9e53238afa3b2069588dec2fb2afe76a101ae (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(pid_t pid);
void psutil_raise_for_pid(pid_t pid, char *msg);