Re: http_proxy client
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2001-10-23 10:58:51
|
>>>>> "AM" == Alexey Morozov <mo...@no...> writes: AM> On Tue, Oct 23, 2001 at 03:27:45AM +0400, Alexey Mahotkin wrote: >> 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". AM> It's not a bug. It's a bug. It is "statement has no effect" ;) AM> user is defined as char **user, not char *user. AM> We can't pass parameters by ref, do we?? I don't think there is a need for http_proxy_get_info --alexm |