summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/process.h')
-rw-r--r--include/osmocom/core/process.h8
1 files changed, 2 insertions, 6 deletions
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 <osmocom/core/application.h>