mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:03:34 +03:00
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).
This commit is contained in:
parent
b419e7ae0c
commit
fd137786e5
9 changed files with 91 additions and 183 deletions
|
|
@ -72,7 +72,7 @@
|
|||
#include "http_proxy.h"
|
||||
#include "warnless.h"
|
||||
#include "non-ascii.h"
|
||||
#include "bundles.h"
|
||||
#include "conncache.h"
|
||||
#include "pipeline.h"
|
||||
#include "http2.h"
|
||||
#include "connect.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue