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-11-06 20:16:56 +01:00
2020-11-23 16:56:34 +01:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2020-07-07 10:54:10 +02:00
2021-08-13 19:50:38 +02:00
2020-09-30 11:18:36 +02:00
2020-03-24 10:39:49 +01:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2020-07-22 00:26:09 +05:30
2021-08-13 19:50:38 +02:00
2020-09-30 20:00:03 +05:30
2021-08-13 19:50:38 +02:00
2021-06-18 00:13:08 +02:00
2021-07-05 10:32:50 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-07-08 09:40:02 +02:00
2020-11-09 11:45:28 +01:00
2021-07-20 22:44:39 +02:00