From f36b76211f8bae3f372f7202827a718e125706f1 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 23 Oct 2020 21:05:07 +0700 Subject: application: do not document unrelated forward-declarations Change-Id: Ic04caab15abbd0c0d3a01f6e128935a3ceed903e --- include/osmocom/core/application.h | 9 +++------ 1 file 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 +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; -- cgit v1.2.3