Change to using void * for character function content parameter
authorJonathan McDowell <noodles@earth.li>
Sat, 23 Apr 2011 22:45:16 +0000 (23:45 +0100)
committerJonathan McDowell <noodles@earth.li>
Sat, 23 Apr 2011 22:45:16 +0000 (23:45 +0100)
  We were passing unsigned char * as the parameter to all of the
  character fetching/putting functions. Use void * instead so that
  we can pass other types of data without needlessly having to cast.


No differences found