diff options
Diffstat (limited to 'libnm/nm-dhcp6-config.h')
| -rw-r--r-- | libnm/nm-dhcp6-config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-dhcp6-config.h b/libnm/nm-dhcp6-config.h index abb24adf..b7c7c822 100644 --- a/libnm/nm-dhcp6-config.h +++ b/libnm/nm-dhcp6-config.h @@ -31,6 +31,9 @@ G_BEGIN_DECLS #define NM_IS_DHCP6_CONFIG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), NM_TYPE_DHCP6_CONFIG)) #define NM_IS_DHCP6_CONFIG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_DHCP6_CONFIG)) +/** + * NMDhcp6Config: + */ typedef struct { NMDhcpConfig parent; } NMDhcp6Config; |