mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
VS2008 cleanup for Core Curl integration
This commit is contained in:
@@ -137,9 +137,7 @@
|
||||
#include "switch_odbc.h"
|
||||
#include "switch_json.h"
|
||||
#include "switch_limit.h"
|
||||
#ifndef WIN32
|
||||
#include "switch_curl.h"
|
||||
#endif
|
||||
|
||||
#include <libteletone.h>
|
||||
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
|
||||
SWITCH_BEGIN_EXTERN_C
|
||||
|
||||
void switch_curl_init(switch_memory_pool_t *pool);
|
||||
void switch_curl_destroy(void);
|
||||
SWITCH_DECLARE(void) switch_curl_init(switch_memory_pool_t *pool);
|
||||
SWITCH_DECLARE(void) switch_curl_destroy(void);
|
||||
|
||||
SWITCH_END_EXTERN_C
|
||||
|
||||
|
||||
Reference in New Issue
Block a user