[asterisk-commits] eliel: branch group/data_api_gsoc2009 r199279 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 5 13:20:01 CDT 2009
Author: eliel
Date: Fri Jun 5 13:19:58 2009
New Revision: 199279
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=199279
Log:
Fix a typo in the doxygen documentation.
Modified:
team/group/data_api_gsoc2009/include/asterisk/data.h
Modified: team/group/data_api_gsoc2009/include/asterisk/data.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/include/asterisk/data.h?view=diff&rev=199279&r1=199278&r2=199279
==============================================================================
--- team/group/data_api_gsoc2009/include/asterisk/data.h (original)
+++ team/group/data_api_gsoc2009/include/asterisk/data.h Fri Jun 5 13:19:58 2009
@@ -41,7 +41,8 @@
* If you instead want to register multiple nodes at once use:
* \code
* static const struct ast_data_handler handler_struct1 = {
- * .read = handler_callback_read1
+ * .get = handler_callback_read,
+ * .put = handler_callback_write
* };
* ... other handlers ...
*
More information about the asterisk-commits
mailing list