summaryrefslogtreecommitdiff
path: root/src/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proc.h')
-rw-r--r--src/proc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/proc.h b/src/proc.h
new file mode 100644
index 0000000..b4ba48d
--- /dev/null
+++ b/src/proc.h
@@ -0,0 +1,8 @@
+#ifndef PROC_H
+#define PROC_H
+
+#include <sys/types.h>
+
+int process_exists(pid_t pid);
+
+#endif \ No newline at end of file