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)
commitf3143629476bae20f5310bbc0a59fe735b5d245d
tree93b5b1be16925299dcdf6b044d65e816d5bfd13e
parente53eb5db2367eb5bf2ec72272e068fe57f3ba6a0
Change to using void * for character function content parameter

  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.
armor.c
armor.h
charfuncs.c
charfuncs.h
keydb_pg.c
parsekey.c
parsekey.h
sendsync.c