From 32e1f239b3b8f04c8f26c80ea87c978040c122bf Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 26 Jun 2011 13:07:18 +0200 Subject: merge process.[ch] with application.[ch] --- include/osmocom/core/application.h | 2 ++ include/osmocom/core/process.h | 8 ++------ 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'include/osmocom') diff --git a/include/osmocom/core/application.h b/include/osmocom/core/application.h index c1642ec4..5d098961 100644 --- a/include/osmocom/core/application.h +++ b/include/osmocom/core/application.h @@ -13,4 +13,6 @@ extern struct log_target *osmo_stderr_target; void osmo_init_ignore_signals(void); int osmo_init_logging(const struct log_info *); +int osmo_daemonize(void); + #endif diff --git a/include/osmocom/core/process.h b/include/osmocom/core/process.h index 2d663828..1dde0219 100644 --- a/include/osmocom/core/process.h +++ b/include/osmocom/core/process.h @@ -1,6 +1,2 @@ -#ifndef _OSMO_PROCESS_H -#define _OSMO_PROCESS_H - -int osmo_daemonize(void); - -#endif +#warning "Update from osmocom/core/process.h to osmocom/core/application.h" +#include -- cgit v1.2.3