still trying to get curl to work

pull/12/head
Alan Johnston 7 years ago
parent aacade364f
commit f2f21cea26

@ -119,6 +119,7 @@ int ax25_tx_frame(ax25_conf_t *hax25, ax5043_conf_t *hax,
CURL *curl; CURL *curl;
CURLcode res; CURLcode res;
curl_global_init(CURL_GLOBAL_ALL);
curl = curl_easy_init(); curl = curl_easy_init();
if(curl) { if(curl) {
//curl_easy_setopt(curl, CURLOPT_URL, "https://example.com"); //curl_easy_setopt(curl, CURLOPT_URL, "https://example.com");

Loading…
Cancel
Save

Powered by TurnKey Linux.