]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitb1206644af64376f11877f14fa9f9dd3c30f8e4b
treea71d45ee09d670a3ba3a4c8705188411364adbb7
parent10a62b85c43319d9cdefd7d04823aaed47b3817e
Let helpers in portable_io.h receive void * arguments.

The functions have to convert the bytes to uint8_t (aka unsigned char)
anyway, so allow to pass any pointer type.
portable_io.h