summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-address-pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/networkd-address-pool.h')
-rw-r--r--src/network/networkd-address-pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/networkd-address-pool.h b/src/network/networkd-address-pool.h
index 7db1c4f26c..0c5cd5cedd 100644
--- a/src/network/networkd-address-pool.h
+++ b/src/network/networkd-address-pool.h
@@ -19,7 +19,7 @@ struct AddressPool {
LIST_FIELDS(AddressPool, address_pools);
};
-int address_pool_new_from_string(Manager *m, AddressPool **ret, int family, const char *p, unsigned prefixlen);
void address_pool_free(AddressPool *p);
-int address_pool_acquire(AddressPool *p, unsigned prefixlen, union in_addr_union *found);
+int address_pool_setup_default(Manager *m);
+int address_pool_acquire(Manager *m, int family, unsigned prefixlen, union in_addr_union *found);