summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-olpc-mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-setting-olpc-mesh.h')
-rw-r--r--libnm-core/nm-setting-olpc-mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-olpc-mesh.h b/libnm-core/nm-setting-olpc-mesh.h
index 67c0981fc9..28d9dcfba6 100644
--- a/libnm-core/nm-setting-olpc-mesh.h
+++ b/libnm-core/nm-setting-olpc-mesh.h
@@ -76,7 +76,7 @@ GType nm_setting_olpc_mesh_get_type (void);
NMSetting * nm_setting_olpc_mesh_new (void);
const GByteArray *nm_setting_olpc_mesh_get_ssid (NMSettingOlpcMesh *setting);
guint32 nm_setting_olpc_mesh_get_channel (NMSettingOlpcMesh *setting);
-const GByteArray *nm_setting_olpc_mesh_get_dhcp_anycast_address (NMSettingOlpcMesh *setting);
+const char * nm_setting_olpc_mesh_get_dhcp_anycast_address (NMSettingOlpcMesh *setting);
G_END_DECLS