mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-06 08:18:23 +02:00
We have "nm-logging-fwd.h", which (as the name implies) is header-only. Add instead a "nm-logging-base.c", which also contains implementation for logging functions that are not only useful under "src/nm-logging.c"
8 lines
164 B
C
8 lines
164 B
C
// SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
#ifndef __NM_LOGGING_BASE_H__
|
|
#define __NM_LOGGING_BASE_H__
|
|
|
|
#include "nm-logging-fwd.h"
|
|
|
|
#endif /* __NM_LOGGING_BASE_H__ */
|