summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-11-07 23:52:13 +0100
committerThomas Haller <thaller@redhat.com>2015-11-18 15:12:51 +0100
commit1654e2828e83d2a8068b86eacaf3efe6fcd5cb3a (patch)
tree1b8b012dd81ce33a0c445d84c3c2a27dcdbf6bbc /src/NetworkManagerUtils.h
parenta7727830f51c9de9c699a15ed941d2b6384717ac (diff)
downloadNetworkManager-th/run-state.tar.gz
core: add nm_utils_carray_remove_at_indexes() functionth/wip/run-state-1th/run-state
Diffstat (limited to 'src/NetworkManagerUtils.h')
-rw-r--r--src/NetworkManagerUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NetworkManagerUtils.h b/src/NetworkManagerUtils.h
index bf14153c26..0cf461f1bb 100644
--- a/src/NetworkManagerUtils.h
+++ b/src/NetworkManagerUtils.h
@@ -295,6 +295,7 @@ gboolean nm_utils_ipv6_addr_set_stable_privacy (struct in6_addr *addr,
void nm_utils_ipv6_interface_identfier_get_from_addr (NMUtilsIPv6IfaceId *iid,
const struct in6_addr *addr);
+void nm_utils_carray_remove_at_indexes (gpointer array, gsize elt_size, gsize *array_len, const guint *indexes_to_delete, gsize len);
void nm_utils_array_remove_at_indexes (GArray *array, const guint *indexes_to_delete, gsize len);
void nm_utils_setpgid (gpointer unused);