]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Let helpers in portable_io.h receive void * arguments.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 15 Jul 2017 13:19:32 +0000 (15:19 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 23 Jul 2017 16:01:10 +0000 (18:01 +0200)
The functions have to convert the bytes to uint8_t (aka unsigned char)
anyway, so allow to pass any pointer type.


No differences found