aboutsummaryrefslogtreecommitdiff
path: root/lib/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/url.h')
-rw-r--r--lib/url.h6
1 files changed, 3 insertions, 3 deletions
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);