提交 b4a57d33 authored 作者: Michael Jerris's avatar Michael Jerris

Wed Mar 4 12:27:19 CST 2009 Pekka Pessi <first.last@nokia.com>

  * nta.c: removed spurios SOFIAPUBFUNs



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12551 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2b572ee5
Tue Mar 10 14:49:50 CDT 2009 Tue Mar 10 14:50:56 CDT 2009
...@@ -4542,8 +4542,8 @@ int nta_leg_get_route(nta_leg_t *leg, ...@@ -4542,8 +4542,8 @@ int nta_leg_get_route(nta_leg_t *leg,
* *
* @since New in @VERSION_1_12_2. * @since New in @VERSION_1_12_2.
*/ */
SOFIAPUBFUN sip_replaces_t *
sip_replaces_t *nta_leg_make_replaces(nta_leg_t *leg, nta_leg_make_replaces(nta_leg_t *leg,
su_home_t *home, su_home_t *home,
int early_only) int early_only)
{ {
...@@ -4566,8 +4566,8 @@ sip_replaces_t *nta_leg_make_replaces(nta_leg_t *leg, ...@@ -4566,8 +4566,8 @@ sip_replaces_t *nta_leg_make_replaces(nta_leg_t *leg,
* *
* @since New in @VERSION_1_12_2. * @since New in @VERSION_1_12_2.
*/ */
SOFIAPUBFUN nta_leg_t *
nta_leg_t *nta_leg_by_replaces(nta_agent_t *sa, sip_replaces_t const *rp) nta_leg_by_replaces(nta_agent_t *sa, sip_replaces_t const *rp)
{ {
nta_leg_t *leg = NULL; nta_leg_t *leg = NULL;
...@@ -4593,8 +4593,8 @@ nta_leg_t *nta_leg_by_replaces(nta_agent_t *sa, sip_replaces_t const *rp) ...@@ -4593,8 +4593,8 @@ nta_leg_t *nta_leg_by_replaces(nta_agent_t *sa, sip_replaces_t const *rp)
* Find a leg corresponding to the request message. * Find a leg corresponding to the request message.
* *
*/ */
static static nta_leg_t *
nta_leg_t *leg_find_call_id(nta_agent_t const *sa, leg_find_call_id(nta_agent_t const *sa,
sip_call_id_t const *i) sip_call_id_t const *i)
{ {
hash_value_t hash = i->i_hash; hash_value_t hash = i->i_hash;
...@@ -4625,8 +4625,8 @@ nta_leg_t *leg_find_call_id(nta_agent_t const *sa, ...@@ -4625,8 +4625,8 @@ nta_leg_t *leg_find_call_id(nta_agent_t const *sa,
* *
* @since New in @VERSION_1_12_9. * @since New in @VERSION_1_12_9.
*/ */
SOFIAPUBFUN nta_leg_t *
nta_leg_t *nta_leg_by_call_id(nta_agent_t *sa, const char *call_id) nta_leg_by_call_id(nta_agent_t *sa, const char *call_id)
{ {
nta_leg_t *leg = NULL; nta_leg_t *leg = NULL;
...@@ -7390,7 +7390,7 @@ nta_outgoing_t *nta_outgoing_tcancel(nta_outgoing_t *orq, ...@@ -7390,7 +7390,7 @@ nta_outgoing_t *nta_outgoing_tcancel(nta_outgoing_t *orq,
return NULL; return NULL;
} }
/**Bind callback and application context to an client transaction. /**Bind callback and application context to a client transaction.
* *
* @param orq outgoing client transaction * @param orq outgoing client transaction
* @param callback callback function (may be NULL) * @param callback callback function (may be NULL)
...@@ -7399,7 +7399,8 @@ nta_outgoing_t *nta_outgoing_tcancel(nta_outgoing_t *orq, ...@@ -7399,7 +7399,8 @@ nta_outgoing_t *nta_outgoing_tcancel(nta_outgoing_t *orq,
* *
* @NEW_1_12_9 * @NEW_1_12_9
*/ */
SOFIAPUBFUN int nta_outgoing_bind(nta_outgoing_t *orq, int
nta_outgoing_bind(nta_outgoing_t *orq,
nta_response_f *callback, nta_response_f *callback,
nta_outgoing_magic_t *magic) nta_outgoing_magic_t *magic)
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论