mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-05 04:36:53 +08:00
There is no good reason why this function should take a non-const pointer, as the output callback should never modify what lwIP gives it. While changing that also switch to a more generic `void*` instead of "byte".