summaryrefslogtreecommitdiffstats
path: root/Src/osmoconbb/src/shared/libosmocore/include/osmocom/core/application.h
diff options
context:
space:
mode:
authorTom2012-01-11 13:56:26 +0100
committerTom2012-01-11 13:56:26 +0100
commit959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Src/osmoconbb/src/shared/libosmocore/include/osmocom/core/application.h
parentFirmware can now be loaded from GUI, threading problem fixed (diff)
downloadimsi-catcher-detection-959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b.tar.gz
imsi-catcher-detection-959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b.tar.xz
imsi-catcher-detection-959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b.zip
cleanup
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