Sat Jul 12 10:09:36 EDT 2008 Pekka Pessi <first.last@nokia.com>

* soa_generate_answer(): fixed error in documentation



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9265 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-08-12 17:03:00 +00:00
parent 25e78b6a9c
commit 5373a9664a
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
Tue Aug 12 13:01:49 EDT 2008 Tue Aug 12 13:02:56 EDT 2008

View File

@ -1484,8 +1484,7 @@ int soa_base_generate_offer(soa_session_t *ss,
* @param completed pointer to callback function which is invoked when * @param completed pointer to callback function which is invoked when
* operation is completed (currently not in use) * operation is completed (currently not in use)
* *
* @retval 1 when operation is successful * @retval 0 when operation is successful
* @retval 0 when operation was not needed
* @retval -1 upon an error * @retval -1 upon an error
* *
* @ERRORS * @ERRORS