[asterisk-commits] jpeeler: trunk r191213 - /trunk/res/res_phoneprov.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Apr 29 17:56:59 CDT 2009


Author: jpeeler
Date: Wed Apr 29 17:56:55 2009
New Revision: 191213

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=191213
Log:
fix typos

Modified:
    trunk/res/res_phoneprov.c

Modified: trunk/res/res_phoneprov.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/res/res_phoneprov.c?view=diff&rev=191213&r1=191212&r2=191213
==============================================================================
--- trunk/res/res_phoneprov.c (original)
+++ trunk/res/res_phoneprov.c Wed Apr 29 17:56:55 2009
@@ -1102,7 +1102,7 @@
 	return pp_each_user_helper(chan, data, buf, NULL, len);
 }
 
-static int pp_each_user_read2(struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, int len)
+static int pp_each_user_read2(struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t len)
 {
 	return pp_each_user_helper(chan, data, NULL, buf, len);
 }
@@ -1188,7 +1188,7 @@
 	return pp_each_extension_helper(chan, cmd, data, buf, NULL, len);
 }
 
-static int pp_each_extension_read2(struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, int len)
+static int pp_each_extension_read2(struct ast_channel *chan, const char *cmd, char *data, struct ast_str **buf, ssize_t len)
 {
 	return pp_each_extension_helper(chan, cmd, data, NULL, buf, len);
 }




More information about the asterisk-commits mailing list