aboutsummaryrefslogtreecommitdiff
path: root/lib/multiif.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-28 21:26:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-28 21:26:06 +0000
commitae13c93b7db9f9c68eaf95150ed551b3b649d8c4 (patch)
tree8ace8b70b39ec08504fcacc9dbae2e38522a8f32 /lib/multiif.h
parentb9f8a4a477a74781fddc28ba2fe9d0713de0acf9 (diff)
Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl
would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_cleanup after multi_cleanup) so precautions have been added to make sure it doesn't any more - test case 529 was added to verify.
Diffstat (limited to 'lib/multiif.h')
-rw-r--r--lib/multiif.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/multiif.h b/lib/multiif.h
index 45b3d2032..800aa0f5d 100644
--- a/lib/multiif.h
+++ b/lib/multiif.h
@@ -32,9 +32,6 @@ void Curl_multi_rmeasy(void *multi, CURL *data);
bool Curl_multi_canPipeline(struct Curl_multi* multi);
-void Curl_multi_add_closure(struct Curl_multi *multi,
- struct SessionHandle *data);
-
/* the write bits start at bit 16 for the *getsock() bitmap */
#define GETSOCK_WRITEBITSTART 16