mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-25 03:10:39 +00:00
fix mod_managed build on gcc 4.4
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15897 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b71a3176ba
commit
8fc64089f3
@ -558,7 +558,9 @@ SWITCH_DECLARE(char *) switch_core_session_sprintf(_In_ switch_core_session_t *s
|
|||||||
\param ap The arguments to use while printing the data
|
\param ap The arguments to use while printing the data
|
||||||
\return The new string
|
\return The new string
|
||||||
*/
|
*/
|
||||||
|
#ifndef SWIG
|
||||||
SWITCH_DECLARE(char *) switch_core_session_vsprintf(switch_core_session_t *session, const char *fmt, va_list ap);
|
SWITCH_DECLARE(char *) switch_core_session_vsprintf(switch_core_session_t *session, const char *fmt, va_list ap);
|
||||||
|
#endif
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief printf-style style printing routine. The data is output to a string allocated from the pool
|
\brief printf-style style printing routine. The data is output to a string allocated from the pool
|
||||||
@ -576,7 +578,9 @@ SWITCH_DECLARE(char *) switch_core_sprintf(_In_ switch_memory_pool_t *pool, _In_
|
|||||||
\param ap The arguments to use while printing the data
|
\param ap The arguments to use while printing the data
|
||||||
\return The new string
|
\return The new string
|
||||||
*/
|
*/
|
||||||
|
#ifndef SWIG
|
||||||
SWITCH_DECLARE(char *) switch_core_vsprintf(switch_memory_pool_t *pool, _In_z_ _Printf_format_string_ const char *fmt, va_list ap);
|
SWITCH_DECLARE(char *) switch_core_vsprintf(switch_memory_pool_t *pool, _In_z_ _Printf_format_string_ const char *fmt, va_list ap);
|
||||||
|
#endif
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Retrieve the memory pool from a session
|
\brief Retrieve the memory pool from a session
|
||||||
|
Loading…
x
Reference in New Issue
Block a user