Hammer out some char * vs unsigned char * problems. In general, I've kept
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 4 Jan 2003 16:42:53 +0000 (16:42 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 4 Jan 2003 16:42:53 +0000 (16:42 +0000)
commita1fd562ddbd8ec7b4c85b479bbe0806b7c6b5589
tree41bc9a5a6aef8f0ebdafb2b50c4aff4b95c9f693
parent6f1e7b78af0f9c4c502609392f62771cf2528d8f
Hammer out some char * vs unsigned char * problems.  In general, I've kept
any buffers used internally by telnet.c as unsigned char, and cast to/from
char * when interacting with the rest of PuTTY.  Not actually tested, since
I'm some way from actually being able to link this yet.

Also clean up a couple of style warnings from Apple's compilers.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2447 cda61777-01e9-0310-a592-d414129be87e
telnet.c