aboutsummaryrefslogtreecommitdiff
path: root/lib/url.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-15 08:47:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-15 08:47:55 +0000
commit39e01e9349c0ea9c9a4f0938d97ba301ef543439 (patch)
treeda5d5ef011bdebf8faa3238d42dcc73e573a1a72 /lib/url.h
parent9e54d4c7d29352f54aed28542f5b840e9d88c071 (diff)
downloadgnurl-39e01e9349c0ea9c9a4f0938d97ba301ef543439.tar.gz
gnurl-39e01e9349c0ea9c9a4f0938d97ba301ef543439.tar.bz2
gnurl-39e01e9349c0ea9c9a4f0938d97ba301ef543439.zip
file-local function should be static and not use Curl_ prefix!
Curl_signalPipeClose is now signalPipeClose().
Diffstat (limited to 'lib/url.h')
-rw-r--r--lib/url.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/url.h b/lib/url.h
index ba26f0fcf..4b65a7ab7 100644
--- a/lib/url.h
+++ b/lib/url.h
@@ -64,7 +64,6 @@ void Curl_removeHandleFromPipeline(struct SessionHandle *handle,
struct curl_llist *pipe);
bool Curl_isHandleAtHead(struct SessionHandle *handle,
struct curl_llist *pipe);
-void Curl_signalPipeClose(struct curl_llist *pipe);
void Curl_close_connections(struct SessionHandle *data);