diff options
Diffstat (limited to 'libnm-core/nm-setting-pppoe.h')
| -rw-r--r-- | libnm-core/nm-setting-pppoe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm-core/nm-setting-pppoe.h b/libnm-core/nm-setting-pppoe.h index b1e0d92f..1f5b6ed9 100644 --- a/libnm-core/nm-setting-pppoe.h +++ b/libnm-core/nm-setting-pppoe.h @@ -45,6 +45,9 @@ G_BEGIN_DECLS #define NM_SETTING_PPPOE_PASSWORD "password" #define NM_SETTING_PPPOE_PASSWORD_FLAGS "password-flags" +/** + * NMSettingPppoe: + */ struct _NMSettingPppoe { NMSetting parent; }; |