Minor compiler nits:
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 23 Oct 2002 14:24:40 +0000 (14:24 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 23 Oct 2002 14:24:40 +0000 (14:24 +0000)
commitde9aaffb82ed90ab2adfd7c869bbb76681a95ef3
tree6cfbb0550780ea80ade7d926834d585e376ce0c5
parent90cfd8f45ac8602f4c533a71e67d7a08cebdc58b
Minor compiler nits:
 - use smalloc/sfree, not malloc/free
 - include <ctype.h>
 - include <string.h> (although this doesn't shut the compiler up about
   non-ANSI stricmp/strnicmp)

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