summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/core/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/core/process.h')
-rw-r--r--src/shared/libosmocore/include/osmocom/core/process.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shared/libosmocore/include/osmocom/core/process.h b/src/shared/libosmocore/include/osmocom/core/process.h
new file mode 100644
index 00000000..2d663828
--- /dev/null
+++ b/src/shared/libosmocore/include/osmocom/core/process.h
@@ -0,0 +1,6 @@
+#ifndef _OSMO_PROCESS_H
+#define _OSMO_PROCESS_H
+
+int osmo_daemonize(void);
+
+#endif