diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-09-27 01:45:22 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-09-27 01:45:22 +0000 |
commit | 16b95fc77316fdd3866f7de4ebb5d14bd136ac11 (patch) | |
tree | b30e7469d7d0c15d766747c9405ded68894718d5 /lib/url.h | |
parent | 9c5cd6c4137e2c0f238b6f767fe40fdacb9b6ede (diff) |
Enabled a few more gcc warnings with --enable-debug. Renamed a few
variables to avoid shadowing global declarations.
Diffstat (limited to 'lib/url.h')
-rw-r--r-- | lib/url.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); |