[svn-commits] eliel: branch group/data_api_gsoc2009 r206125 - /team/group/data_api_gsoc2009...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 13 10:04:08 CDT 2009


Author: eliel
Date: Mon Jul 13 10:04:04 2009
New Revision: 206125

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=206125
Log:
Tokenizer typedef not needed anymore.


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=206125&r1=206124&r2=206125
==============================================================================
--- team/group/data_api_gsoc2009/include/asterisk/data.h (original)
+++ team/group/data_api_gsoc2009/include/asterisk/data.h Mon Jul 13 10:04:04 2009
@@ -103,7 +103,6 @@
 
 typedef struct ast_data *(*ast_data_get_cb)(const struct ast_data_search *search);
 typedef int *(*ast_data_put_cb)(void);
-typedef char **(*ast_data_tokenizer)(void);
 
 /*! \brief The structure of the node handler. */
 struct ast_data_handler {




More information about the svn-commits mailing list