summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2015-02-25 16:31:37 -0600
committerDan Williams <dcbw@redhat.com>2015-03-03 15:04:46 -0600
commit231b0390a5a3620025abcfdfcac94de2ecbc065a (patch)
tree1bd29e1e9a6dd37def046d63d5f2810f774dfc3f /src/NetworkManagerUtils.h
parent19c0de8b888910a006a092699d835c689bc24132 (diff)
downloadNetworkManager-231b0390a5a3620025abcfdfcac94de2ecbc065a.tar.gz
vpn: convert NMVpnConnection <-> VPN service communication to GDBus (bgo #745307)
Of special note is the new D-Bus rule to allow root to talk to org.freedesktop.NetworkManager.VPN.Plugin, without which NetworkManager would not hear signals from the VPN plugins. Oddly, this worked fine with dbus-glib... https://bugzilla.gnome.org/show_bug.cgi?id=745307
Diffstat (limited to 'src/NetworkManagerUtils.h')
-rw-r--r--src/NetworkManagerUtils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/NetworkManagerUtils.h b/src/NetworkManagerUtils.h
index 4d797fafe6..25b3e27a0d 100644
--- a/src/NetworkManagerUtils.h
+++ b/src/NetworkManagerUtils.h
@@ -215,9 +215,6 @@ void nm_utils_ipv6_interface_identfier_get_from_addr (NMUtilsIPv6IfaceId *iid,
GVariant *nm_utils_connection_hash_to_dict (GHashTable *hash);
GHashTable *nm_utils_connection_dict_to_hash (GVariant *dict);
-GSList *nm_utils_ip4_routes_from_gvalue (const GValue *value);
-GSList *nm_utils_ip6_routes_from_gvalue (const GValue *value);
-
void nm_utils_setpgid (gpointer unused);
#endif /* __NETWORKMANAGER_UTILS_H__ */