summaryrefslogtreecommitdiffhomepage
path: root/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'process.h')
-rw-r--r--process.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/process.h b/process.h
new file mode 100644
index 0000000..a47dd6c
--- /dev/null
+++ b/process.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <sys/types.h>
+
+namespace Reichwein::Process {
+ bool is_running(pid_t pid);
+} // namespace