mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
cleanup some stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4498 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1618,7 +1618,7 @@ void *ldl_handle_get_private(ldl_handle_t *handle)
|
||||
return handle->private_info;
|
||||
}
|
||||
|
||||
void *ldl_handle_get_login(ldl_handle_t *handle)
|
||||
char *ldl_handle_get_login(ldl_handle_t *handle)
|
||||
{
|
||||
return handle->login;
|
||||
}
|
||||
|
@@ -372,7 +372,7 @@ void *ldl_handle_get_private(ldl_handle_t *handle);
|
||||
\param handle the conection handle
|
||||
\return the requested data
|
||||
*/
|
||||
void *ldl_handle_get_login(ldl_handle_t *handle);
|
||||
char *ldl_handle_get_login(ldl_handle_t *handle);
|
||||
|
||||
/*!
|
||||
\brief Send a message to a session
|
||||
|
Reference in New Issue
Block a user