Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h

and download.h
This commit is contained in:
Daniel Stenberg
2001-01-17 13:23:01 +00:00
parent f2f11be8ba
commit ae0a6835bd
6 changed files with 15 additions and 15 deletions

View File

@@ -72,7 +72,7 @@
#include "urldata.h"
#include <curl/curl.h>
#include "highlevel.h"
#include "transfer.h"
#include <curl/types.h>
#define _MPRINTF_REPLACE /* use our functions only */