Michal Marek's cleanup of how curl_easy_setopt() is used in examples and

test code. Thanks to his curl_easy_setopt() typechecker work...
This commit is contained in:
Daniel Stenberg
2008-02-27 09:06:15 +00:00
parent 6cc8df95dd
commit b12fef3f31
7 changed files with 16 additions and 16 deletions

View File

@@ -74,7 +74,7 @@ void dump(const char *text,
static
int my_trace(CURL *handle, curl_infotype type,
unsigned char *data, size_t size,
char *data, size_t size,
void *userp)
{
const char *text;