From 8950a78c4186cfc657ec139912b4561adc53bb2f Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Thu, 5 Jan 2012 15:21:02 -0600 Subject: [PATCH] remove unneeded lines for windows --- src/switch_curl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/switch_curl.c b/src/switch_curl.c index 01929f1686..0eea13ec86 100644 --- a/src/switch_curl.c +++ b/src/switch_curl.c @@ -76,10 +76,6 @@ SWITCH_DECLARE(void) switch_curl_destroy(void) /* kind of ugly but there is no better portable way to wrap this function =(::: */ #ifndef WIN32 #include "../../../../libs/curl/lib/formdata.c" -#else -extern CURLFORMcode curl_formadd(struct curl_httppost **httppost, - struct curl_httppost **last_post, - ...); #endif SWITCH_DECLARE(CURLFORMcode) switch_curl_formadd(struct curl_httppost **httppost,