cleanup some stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4498 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-03-09 23:51:52 +00:00
parent 15002fda35
commit 2df583650f
14 changed files with 61 additions and 37 deletions

View File

@@ -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;
}

View File

@@ -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