Commit 8804ffd4 authored by Gisle Vanem's avatar Gisle Vanem Committed by Daniel Stenberg
Browse files

curl_easy_perform_ev: make it CURL_EXTERN

I build curl.exe (using MingW) with '-DCURLDEBUG' and by importing from
libcurl.dll.  Which means the new curl_easy_perform_ev() must be
exported from libcurl.dll.
parent 19122c07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
 * Prototypes for library-wide functions provided by easy.c
 */
#ifdef CURLDEBUG
CURLcode curl_easy_perform_ev(CURL *easy);
CURL_EXTERN CURLcode curl_easy_perform_ev(CURL *easy);
#endif

#endif /* HEADER_CURL_EASYIF_H */