NetworkManager/shared/nm-glib-aux/nm-logging-base.h
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

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__ */