diff options
Diffstat (limited to 'src/proc.h')
-rw-r--r-- | src/proc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/proc.h b/src/proc.h new file mode 100644 index 0000000..5990117 --- /dev/null +++ b/src/proc.h @@ -0,0 +1,8 @@ +#ifndef PROC_H +#define PROC_H + +#include <sys/types.h> + +pid_t getPid(const char*); + +#endif
\ No newline at end of file |