summaryrefslogtreecommitdiffstats
path: root/Src/osmoconbb/src/shared/libosmocore/include/osmocom/core/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmoconbb/src/shared/libosmocore/include/osmocom/core/application.h')
-rw-r--r--Src/osmoconbb/src/shared/libosmocore/include/osmocom/core/application.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Src/osmoconbb/src/shared/libosmocore/include/osmocom/core/application.h b/Src/osmoconbb/src/shared/libosmocore/include/osmocom/core/application.h
deleted file mode 100644
index 5d09896..0000000
--- a/Src/osmoconbb/src/shared/libosmocore/include/osmocom/core/application.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef OSMO_APPLICATION_H
-#define OSMO_APPLICATION_H
-
-/**
- * Routines for helping with the application setup.
- */
-
-struct log_info;
-struct log_target;
-
-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