[asterisk-commits] jrose: branch jrose/call_identifiers r360784 - /team/jrose/call_identifiers/i...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Mar 29 14:46:55 CDT 2012


Author: jrose
Date: Thu Mar 29 14:46:51 2012
New Revision: 360784

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=360784
Log:
minor documentation change

Modified:
    team/jrose/call_identifiers/include/asterisk/logger.h

Modified: team/jrose/call_identifiers/include/asterisk/logger.h
URL: http://svnview.digium.com/svn/asterisk/team/jrose/call_identifiers/include/asterisk/logger.h?view=diff&rev=360784&r1=360783&r2=360784
==============================================================================
--- team/jrose/call_identifiers/include/asterisk/logger.h (original)
+++ team/jrose/call_identifiers/include/asterisk/logger.h Thu Mar 29 14:46:51 2012
@@ -275,8 +275,7 @@
  * \brief Adds a known callid to thread storage of the calling thread
  *
  * \retval 0 - success
- * \retval 1 - failure due to thread already being bound to a callid
- * \note possibly other retvals
+ * \retval non-zero - failure
  */
 int ast_callid_threadassoc_add(struct ast_callid *callid);
 




More information about the asterisk-commits mailing list