]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2766 spandsp t38 fax receiving error in win XP - regression from f029f7ef
authorJeff Lenk <jeff@jefflenk.com>
Thu, 7 Oct 2010 13:25:41 +0000 (08:25 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 7 Oct 2010 13:25:41 +0000 (08:25 -0500)
libs/spandsp/src/spandsp/t38_core.h
libs/spandsp/src/t38_core.c

index 1476969eeb62dfc7026f5f70cc4dc3b14acb080f..3d8e864513710e27a1a3e90e7170d22d65ac83d6 100644 (file)
@@ -286,7 +286,7 @@ SPAN_DECLARE(int) t38_core_send_data_multi_field(t38_core_state_t *s, int data_t
     \param len The length of the packet contents.
     \param seq_no The packet sequence number.
     \return 0 for OK, else -1. */
-SPAN_DECLARE(int) t38_core_rx_ifp_packet(t38_core_state_t *s, const uint8_t *buf, int len, uint16_t seq_no);
+SPAN_DECLARE_NONSTD(int) t38_core_rx_ifp_packet(t38_core_state_t *s, const uint8_t *buf, int len, uint16_t seq_no);
 
 /*! Set the method to be used for data rate management, as per the T.38 spec.
     \param s The T.38 context.
index 551d6c015537ed6c0247ff75de1834ae9b1c778f..e7ee967e93b3b1112b2e455aafbb5076694f6b3d 100644 (file)
@@ -325,7 +325,7 @@ static __inline__ int classify_seq_no_offset(int expected, int actual)
 }
 /*- End of function --------------------------------------------------------*/
 
-SPAN_DECLARE(int) t38_core_rx_ifp_packet(t38_core_state_t *s, const uint8_t *buf, int len, uint16_t seq_no)
+SPAN_DECLARE_NONSTD(int) t38_core_rx_ifp_packet(t38_core_state_t *s, const uint8_t *buf, int len, uint16_t seq_no)
 {
     int i;
     int t30_indicator;