From 204c24947f4f98d6d24a432d89024f8c0cdf2ca9 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 7 Jun 2008 09:22:25 +0000 Subject: Fixed mismatched between declaration and definition of pj_stun_msg_encode() (thanks Samuel Vinson) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1995 74dad513-b988-da41-8d7b-12977e46ad98 --- pjnath/src/pjnath/stun_msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pjnath/src/pjnath/stun_msg.c b/pjnath/src/pjnath/stun_msg.c index 97aaeb27..ad1e9a31 100644 --- a/pjnath/src/pjnath/stun_msg.c +++ b/pjnath/src/pjnath/stun_msg.c @@ -2189,8 +2189,8 @@ static char *print_binary(const pj_uint8_t *data, unsigned data_len) * Print the message structure to a buffer. */ PJ_DEF(pj_status_t) pj_stun_msg_encode(pj_stun_msg *msg, - pj_uint8_t *buf, unsigned buf_size, - pj_size_t options, + pj_uint8_t *buf, pj_size_t buf_size, + unsigned options, const pj_str_t *key, pj_size_t *p_msg_len) { -- cgit v1.2.3