mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
update build on windows from latest core changes.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2542 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -119,7 +119,7 @@ struct switch_core_port_allocator;
|
||||
\param new pointer for the return value
|
||||
\return SWITCH_STATUS_SUCCESS if the operation was a success
|
||||
*/
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_port_allocator_new(switch_port_t start, switch_port_t end, uint32_t inc, switch_core_port_allocator_t **new);
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_port_allocator_new(switch_port_t start, switch_port_t end, uint8_t inc, switch_core_port_allocator_t **new_allocator);
|
||||
|
||||
/*!
|
||||
\brief Get a port from the port allocator
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
BEGIN_EXTERN_C
|
||||
|
||||
static const switch_state_handler_table_t noop_state_handler = {};
|
||||
static const switch_state_handler_table_t noop_state_handler = {0};
|
||||
|
||||
/**
|
||||
* @defgroup switch_ivr IVR Library
|
||||
|
||||
Reference in New Issue
Block a user