mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
global_init() takes that flag argument
This commit is contained in:
parent
223c48e6b5
commit
bfd89c8078
@ -78,8 +78,9 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
CURLcode curl_global_init(void)
|
CURLcode curl_global_init(long flags)
|
||||||
{
|
{
|
||||||
|
flags = 0; /* not currently used */
|
||||||
Curl_SSL_init();
|
Curl_SSL_init();
|
||||||
return CURLE_OK;
|
return CURLE_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user