From f408e27bccfacf347605a8d98649975a68f38a17 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 5 May 2015 17:48:57 +0200 Subject: Imported Upstream version 1.0.2 --- src/NetworkManagerUtils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/NetworkManagerUtils.h') diff --git a/src/NetworkManagerUtils.h b/src/NetworkManagerUtils.h index 40315c6e..ae1edd82 100644 --- a/src/NetworkManagerUtils.h +++ b/src/NetworkManagerUtils.h @@ -49,7 +49,7 @@ nm_utils_ip6_route_metric_normalize (guint32 metric) return metric ? metric : 1024 /*NM_PLATFORM_ROUTE_METRIC_DEFAULT_IP6*/; } -int nm_spawn_process (const char *args); +int nm_spawn_process (const char *args, GError **error); /* check if @flags has exactly one flag (@check) set. You should call this * only with @check being a compile time constant and a power of two. */ @@ -196,6 +196,7 @@ typedef struct { gboolean nm_utils_get_ipv6_interface_identifier (NMLinkType link_type, const guint8 *hwaddr, guint len, + guint dev_id, NMUtilsIPv6IfaceId *out_iid); void nm_utils_ipv6_addr_set_interface_identfier (struct in6_addr *addr, -- cgit 1.3.0-6-gf8a5