summaryrefslogtreecommitdiff
path: root/src/proc.h
blob: b4ba48d20d030bfa6e0bb3d84e36a2b7c2c76936 (plain)
1
2
3
4
5
6
7
8
#ifndef PROC_H
#define PROC_H

#include <sys/types.h>

int process_exists(pid_t pid);

#endif