summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/res_phoneprov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index a444c491d..da22721b3 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -1102,7 +1102,7 @@ static int pp_each_user_read(struct ast_channel *chan, const char *cmd, char *da
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 @@ static int pp_each_extension_read(struct ast_channel *chan, const char *cmd, cha
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);
}