aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/application.h')
-rw-r--r--include/osmocom/core/application.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/osmocom/core/application.h b/include/osmocom/core/application.h
index edf59ed4..67a59088 100644
--- a/include/osmocom/core/application.h
+++ b/include/osmocom/core/application.h
@@ -2,17 +2,14 @@
#include <osmocom/core/defs.h>
+struct log_info;
+struct log_target;
+
/*!
* \file application.h
* Routines for helping with the osmocom application setup.
*/
-/*! information containing the available logging subsystems */
-struct log_info;
-
-/*! one instance of a logging target (file, stderr, ...) */
-struct log_target;
-
/*! the default logging target, logging to stderr */
extern struct log_target *osmo_stderr_target;