mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 04:40:04 +01:00
10 lines
245 B
C
10 lines
245 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
|
|
#ifndef __NM_META_SETTING_BASE_H__
|
|
#define __NM_META_SETTING_BASE_H__
|
|
|
|
#define _NM_META_SETTING_BASE_IMPL_LIBNM 0
|
|
|
|
#include "nm-meta-setting-base-impl.h"
|
|
|
|
#endif /* __NM_META_SETTING_BASE_H__ */
|