From 5ea4498c28b456ade17a92bc9aab85de9502ba00 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 25 Aug 2010 19:25:37 +0200 Subject: add header file for osmo_daemonize() --- include/osmocore/process.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/osmocore/process.h (limited to 'include/osmocore/process.h') 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 -- cgit v1.2.3