]> git.ipfire.org Git - thirdparty/curl.git/commit
headers: forward declare CURL, CURLM and CURLSH as structs
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jun 2016 12:39:33 +0000 (14:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Jun 2016 08:28:36 +0000 (10:28 +0200)
commit9adf3c473a01b289c781aab111f9ad2fc541ed4e
tree0ab57aadf53f4e9f3a55ab1a4be1bc32c6948e70
parent04b4ee5498b14d320e3b375c64d0162cc2b53c99
headers: forward declare CURL, CURLM and CURLSH as structs

Instead of typedef'ing to void, typedef to their corresponding actual
struct names to allow compilers to type-check.

Assisted-by: Reinhard Max
include/curl/curl.h
include/curl/multi.h