NetworkManager/shared/nm-glib-aux/nm-logging-base.c
Thomas Haller 41d81e6893 shared/logging: add "nm-logging-base.h"
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"
2019-11-28 19:20:33 +01:00

5 lines
93 B
C

// SPDX-License-Identifier: LGPL-2.1+
#include "nm-default.h"
#include "nm-logging-base.h"