summaryrefslogtreecommitdiffstats
path: root/include/osmocore/process.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-25 19:25:37 +0200
committerHarald Welte <laforge@gnumonks.org>2010-08-25 19:25:37 +0200
commit5ea4498c28b456ade17a92bc9aab85de9502ba00 (patch)
treefcbe8e0d18fd7c9e80d882bd0dbd25317ad64579 /include/osmocore/process.h
parentb6cb023c7b4a76fb3d5ca32dd0ffb8e94ac5f8a0 (diff)
add header file for osmo_daemonize()
Diffstat (limited to 'include/osmocore/process.h')
-rw-r--r--include/osmocore/process.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocore/process.h b/include/osmocore/process.h
new file mode 100644
index 00000000..2d663828
--- /dev/null
+++ b/include/osmocore/process.h
@@ -0,0 +1,6 @@
+#ifndef _OSMO_PROCESS_H
+#define _OSMO_PROCESS_H
+
+int osmo_daemonize(void);
+
+#endif