summaryrefslogtreecommitdiff
path: root/lib/conncache.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-02 12:06:20 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-02 22:41:58 +0200
commit9b3f888a00fe0c796e8ef7f00d03bb2adc2baa4e (patch)
treed8807f4db74c55c7fc4f23004392d8bb0892b658 /lib/conncache.h
parent8bdc4f8aeee98802e16426adfb79855df918d47c (diff)
downloadgnurl-9b3f888a00fe0c796e8ef7f00d03bb2adc2baa4e.tar.gz
gnurl-9b3f888a00fe0c796e8ef7f00d03bb2adc2baa4e.tar.bz2
gnurl-9b3f888a00fe0c796e8ef7f00d03bb2adc2baa4e.zip
llist: make it "struct Curl_llist"
As internal global names should use captical C. Closes #5906
Diffstat (limited to 'lib/conncache.h')
-rw-r--r--lib/conncache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/conncache.h b/lib/conncache.h
index 3dda21cdc..e920c35fd 100644
--- a/lib/conncache.h
+++ b/lib/conncache.h
@@ -66,7 +66,7 @@ struct conncache {
struct connectbundle {
int multiuse; /* supports multi-use */
size_t num_connections; /* Number of connections in the bundle */
- struct curl_llist conn_list; /* The connectdata members of the bundle */
+ struct Curl_llist conn_list; /* The connectdata members of the bundle */
};
/* returns 1 on error, 0 is fine */