]> granicus.if.org Git - curl/commit
bundles: merged into conncache.c
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 May 2015 21:06:11 +0000 (23:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 May 2015 21:21:33 +0000 (23:21 +0200)
commitfd137786e527dd7f58b11b0e46ed366a5596152a
treea1e7d813d06e53544fc5c9af64aa19be0ba969f5
parentb419e7ae0c9869ac3eb06d529efeb2c6dc1b4bc1
bundles: merged into conncache.c

All the existing Curl_bundle* functions were only ever used from within
the conncache.c file, so I moved them over and made them static (and
removed the Curl_ prefix).
lib/Makefile.inc
lib/bundles.c [deleted file]
lib/bundles.h [deleted file]
lib/conncache.c
lib/conncache.h
lib/http.c
lib/multi.c
lib/pipeline.c
lib/url.c