mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
fix windows build issues from snapshot spandsp-20090131
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11602 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
#include "spandsp/private/async.h"
|
||||
|
||||
const char *signal_status_to_str(int status)
|
||||
SPAN_DECLARE(const char *) signal_status_to_str(int status)
|
||||
{
|
||||
switch (status)
|
||||
{
|
||||
@@ -72,7 +72,7 @@ const char *signal_status_to_str(int status)
|
||||
}
|
||||
/*- End of function --------------------------------------------------------*/
|
||||
|
||||
async_rx_state_t *async_rx_init(async_rx_state_t *s,
|
||||
SPAN_DECLARE(async_rx_state_t *) async_rx_init(async_rx_state_t *s,
|
||||
int data_bits,
|
||||
int parity,
|
||||
int stop_bits,
|
||||
@@ -184,7 +184,7 @@ void async_rx_put_bit(void *user_data, int bit)
|
||||
}
|
||||
/*- End of function --------------------------------------------------------*/
|
||||
|
||||
async_tx_state_t *async_tx_init(async_tx_state_t *s,
|
||||
SPAN_DECLARE(async_tx_state_t *) async_tx_init(async_tx_state_t *s,
|
||||
int data_bits,
|
||||
int parity,
|
||||
int stop_bits,
|
||||
|
Reference in New Issue
Block a user