this seems to work more often than the present solutions

This commit is contained in:
Anthony Minessale
2012-01-05 15:48:01 -06:00
parent bc8cbee1fb
commit e7848b39b2
3 changed files with 3 additions and 24 deletions

View File

@@ -49,7 +49,7 @@ SWITCH_DECLARE(switch_CURLcode) switch_curl_easy_setopt(CURL *handle, switch_CUR
SWITCH_DECLARE(const char *) switch_curl_easy_strerror(switch_CURLcode errornum );
SWITCH_DECLARE(void) switch_curl_init(void);
SWITCH_DECLARE(void) switch_curl_destroy(void);
SWITCH_DECLARE(CURLFORMcode) switch_curl_formadd(struct curl_httppost **formpost, struct curl_httppost **lastptr, ...);
#endif