chiark / gitweb /
sd-network: drop get_ifindices
[elogind.git] / src / systemd / sd-network.h
index 0f32c448f846c292bb2d50f6f35966ba11975b75..e4547057f130db11c4d5d4910d9d8ae5c6727223 100644 (file)
@@ -88,10 +88,6 @@ int sd_network_get_dns(int ifindex, struct in_addr **addr);
 /* Get IPv6 DNS entries statically configured for the link */
 int sd_network_get_dns6(int ifindex, struct in6_addr **addr);
 
-/* Get all network interfaces' indices, and store them in *indices. Returns
- * the number of indices. If indices is NULL, only returns the number of indices. */
-int sd_network_get_ifindices(int **ifindices);
-
 /* Monitor object */
 typedef struct sd_network_monitor sd_network_monitor;