Marian Buschsieweke 581aa6b70b
sys/net/netif: allow const in netif_iter()
For consistency with `gnrc_netif_iter()`, add the `const` qualifier to the
parameter of `netif_iter()`. This allows calling it on `const` pointers without
having to cast `netif_t *`, which (apart of dropping the `const` qualifier)
disables a lot of type safety checks offered by the compiler.
2021-12-03 10:12:33 +01:00
..
2021-10-05 14:15:57 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-11-13 20:32:02 +01:00
2021-08-13 19:50:38 +02:00
2021-12-02 09:41:46 +01:00
2021-11-11 19:59:26 +01:00
2021-11-19 09:54:17 +01:00
2021-08-13 19:50:38 +02:00
2021-11-24 17:54:44 +01:00
2021-08-04 14:01:28 +02:00
2021-11-29 10:30:49 +01:00
2021-10-01 11:26:15 +02:00
2021-10-01 11:26:15 +02:00
2021-09-02 23:12:31 +02:00