http_proxy client
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2001-10-22 23:29:37
|
>>>>> "AM" == Alexey Morozov <mo...@no...> writes: AM> I had to change certain in the client.c and socket-client.h. Alex, AM> please review it and tell if it's Ok. Ah, I forgot: always use CFLAGS="-Wall -W" (-ansi -pedantic is useful too) when compiling. It shows the *user == NULL; bug, and the "control reaches end of non-void function". I would also recommend "-Wmissing-prototypes -Wstrict-prototypes", but other CVS code gives a lot of unneeded positives for that (don't worry about this). --alexm |