[svn-commits] mnicholson: trunk r939 - /trunk/channels/chan_mobile.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 1 16:15:02 CDT 2009


Author: mnicholson
Date: Mon Jun  1 16:14:59 2009
New Revision: 939

URL: http://svn.asterisk.org/svn-view/asterisk-addons?view=rev&rev=939
Log:
Updated for application API changes in trunk

Modified:
    trunk/channels/chan_mobile.c

Modified: trunk/channels/chan_mobile.c
URL: http://svn.asterisk.org/svn-view/asterisk-addons/trunk/channels/chan_mobile.c?view=diff&rev=939&r1=938&r2=939
==============================================================================
--- trunk/channels/chan_mobile.c (original)
+++ trunk/channels/chan_mobile.c Mon Jun  1 16:14:59 2009
@@ -630,7 +630,7 @@
 
 */
 
-static int mbl_status_exec(struct ast_channel *ast, void *data)
+static int mbl_status_exec(struct ast_channel *ast, const char *data)
 {
 
 	struct mbl_pvt *pvt;
@@ -678,7 +678,7 @@
 
 }
 
-static int mbl_sendsms_exec(struct ast_channel *ast, void *data)
+static int mbl_sendsms_exec(struct ast_channel *ast, const char *data)
 {
 
 	struct mbl_pvt *pvt;




More information about the svn-commits mailing list