Change in libosmocore[master]: application: do not document unrelated forward-declarations

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri Oct 23 21:08:30 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/20861 )


Change subject: application: do not document unrelated forward-declarations
......................................................................

application: do not document unrelated forward-declarations

Change-Id: Ic04caab15abbd0c0d3a01f6e128935a3ceed903e
---
M include/osmocom/core/application.h
1 file changed, 3 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/61/20861/1

diff --git a/include/osmocom/core/application.h b/include/osmocom/core/application.h
index edf59ed..67a5908 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;
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/20861
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ic04caab15abbd0c0d3a01f6e128935a3ceed903e
Gerrit-Change-Number: 20861
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201023/20d789bd/attachment.htm>


More information about the gerrit-log mailing list