Loading lib/formdata.c +11 −1 Original line number Diff line number Diff line Loading @@ -1458,4 +1458,14 @@ int main(int argc, char **argv) #endif #else /* CURL_DISABLE_HTTP */ CURLFORMcode curl_formadd(struct curl_httppost **httppost, struct curl_httppost **last_post, ...) { (void)httppost; (void)last_post; return CURL_FORMADD_DISABLED; } #endif /* CURL_DISABLE_HTTP */ Loading
lib/formdata.c +11 −1 Original line number Diff line number Diff line Loading @@ -1458,4 +1458,14 @@ int main(int argc, char **argv) #endif #else /* CURL_DISABLE_HTTP */ CURLFORMcode curl_formadd(struct curl_httppost **httppost, struct curl_httppost **last_post, ...) { (void)httppost; (void)last_post; return CURL_FORMADD_DISABLED; } #endif /* CURL_DISABLE_HTTP */