]> git.ipfire.org Git - thirdparty/curl.git/commit
llist: make it "struct Curl_llist"
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Sep 2020 10:06:20 +0000 (12:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Sep 2020 20:41:58 +0000 (22:41 +0200)
commit9b3f888a00fe0c796e8ef7f00d03bb2adc2baa4e
treed8807f4db74c55c7fc4f23004392d8bb0892b658
parent8bdc4f8aeee98802e16426adfb79855df918d47c
llist: make it "struct Curl_llist"

As internal global names should use captical C.

Closes #5906
17 files changed:
lib/altsvc.c
lib/altsvc.h
lib/conncache.c
lib/conncache.h
lib/fileinfo.h
lib/ftplistparser.c
lib/hash.c
lib/hash.h
lib/llist.c
lib/llist.h
lib/multi.c
lib/multihandle.h
lib/url.c
lib/urldata.h
lib/vtls/nss.c
lib/wildcard.h
tests/unit/unit1300.c