From 16b95fc77316fdd3866f7de4ebb5d14bd136ac11 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 27 Sep 2007 01:45:22 +0000 Subject: Enabled a few more gcc warnings with --enable-debug. Renamed a few variables to avoid shadowing global declarations. --- lib/url.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/url.h') diff --git a/lib/url.h b/lib/url.h index 0431cb065..d7a75e0a5 100644 --- a/lib/url.h +++ b/lib/url.h @@ -65,11 +65,11 @@ int Curl_doing_getsock(struct connectdata *conn, int numsocks); CURLcode Curl_addHandleToPipeline(struct SessionHandle *handle, - struct curl_llist *pipe); + struct curl_llist *pipeline); int Curl_removeHandleFromPipeline(struct SessionHandle *handle, - struct curl_llist *pipe); + struct curl_llist *pipeline); bool Curl_isHandleAtHead(struct SessionHandle *handle, - struct curl_llist *pipe); + struct curl_llist *pipeline); void Curl_close_connections(struct SessionHandle *data); -- cgit v1.2.3