- Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only
authorMichal Marek <mmarek@suse.cz>
Tue, 11 Mar 2008 07:37:40 +0000 (07:37 +0000)
committerMichal Marek <mmarek@suse.cz>
Tue, 11 Mar 2008 07:37:40 +0000 (07:37 +0000)
commit7a8a20416fd7648686f05d14947ccdab44c6780c
tree686f1113271f446177f3c642260e57f8f668e777
parent458925ae0b680913e470ce0e0c8c48bbd86b26fd
- Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only
  works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html ,
  http://curl.haxx.se/mail/lib-2008-02/0292.html )
CHANGES
RELEASE-NOTES
docs/libcurl/curl_easy_setopt.3
include/curl/Makefile.am
include/curl/curl.h
include/curl/typecheck-gcc.h [new file with mode: 0644]
lib/easy.c