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

#include <sys/types.h>

pid_t getPid(const char*);

#endif