git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5182 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-05-15 00:05:32 +00:00
parent 614177acd9
commit 46043b05e0
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -690,7 +690,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_queue_event(switch_core_sess
\param session the session to check
\return the number of events
*/
SWITCH_DECLARE(int32_t) switch_core_session_event_count(switch_core_session_t *session);
SWITCH_DECLARE(uint32_t) switch_core_session_event_count(switch_core_session_t *session);
/*!
\brief DE-Queue an event on a given session
@@ -714,7 +714,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_queue_private_event(switch_c
\param session the session to check
\return the number of events
*/
SWITCH_DECLARE(int32_t) switch_core_session_private_event_count(switch_core_session_t *session);
SWITCH_DECLARE(uint32_t) switch_core_session_private_event_count(switch_core_session_t *session);
/*!
\brief DE-Queue a private event on a given session