]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove unneeded lines for windows
authorJeff Lenk <jeff@jefflenk.com>
Thu, 5 Jan 2012 21:21:02 +0000 (15:21 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 5 Jan 2012 21:21:02 +0000 (15:21 -0600)
src/switch_curl.c

index 01929f1686293b73e27467409393b232ded2b726..0eea13ec8619cbd3194c9c3d9f129083efe632f6 100644 (file)
@@ -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,