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:
Michael Jerris
2009-02-02 21:36:29 +00:00
parent 0064924ba5
commit 356cfa02e8
124 changed files with 1675 additions and 1143 deletions

View File

@@ -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,