diff options
Diffstat (limited to 'libnm-core/nm-setting-ip-config.h')
| -rw-r--r-- | libnm-core/nm-setting-ip-config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-ip-config.h b/libnm-core/nm-setting-ip-config.h index 96e61bb5..8b3c85de 100644 --- a/libnm-core/nm-setting-ip-config.h +++ b/libnm-core/nm-setting-ip-config.h @@ -32,6 +32,8 @@ G_BEGIN_DECLS +#define NM_IP_ADDRESS_ATTRIBUTE_LABEL "label" + typedef struct NMIPAddress NMIPAddress; GType nm_ip_address_get_type (void); @@ -70,7 +72,6 @@ void nm_ip_address_set_attribute (NMIPAddress *address, const char *name, GVariant *value); - typedef struct NMIPRoute NMIPRoute; GType nm_ip_route_get_type (void); |