return r;
}
-static int ordered_set_put_in4_addrv(OrderedSet *s,
- const struct in_addr *addresses,
- size_t n,
- bool (*predicate)(const struct in_addr *addr)) {
+static int ordered_set_put_in4_addrv(
+ OrderedSet *s,
+ const struct in_addr *addresses,
+ size_t n,
+ bool (*predicate)(const struct in_addr *addr)) {
+
int r, c = 0;
assert(s);
bool conditional6,
int (*lease6_get_addr)(sd_dhcp6_lease*, const struct in6_addr**),
int (*lease6_get_fqdn)(sd_dhcp6_lease*, char ***)) {
- int r;
bool _space = false;
+ int r;
+
if (!space)
space = &_space;