summaryrefslogtreecommitdiff
path: root/res/res_phoneprov.c
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2009-04-29 22:56:55 +0000
committerJeff Peeler <jpeeler@digium.com>2009-04-29 22:56:55 +0000
commitc675733e6cac9199ec28fe32431add8fd670d396 (patch)
tree66f128800fe75d7a7580c31c620f987d538907eb /res/res_phoneprov.c
parentec37b8e52725c6ed1172769232beebbf9c34d5fe (diff)
fix typos
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@191213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_phoneprov.c')
-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);
}