summaryrefslogtreecommitdiff
path: root/pjnath/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-07 11:23:27 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-07 11:23:27 +0000
commitf6d8f37b237c92c95a51ff34f525a4c18543087a (patch)
tree27dda8716d19965f6ebd13086418496537458051 /pjnath/include
parent8e2e31b4e69e0decbf0ad179012ff420322b6681 (diff)
Fixed more mismatch decl/def function specifications (thanks Samuel Vinson)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1997 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/include')
-rw-r--r--pjnath/include/pjnath/stun_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjnath/include/pjnath/stun_msg.h b/pjnath/include/pjnath/stun_msg.h
index e293f6fe..9c5602f1 100644
--- a/pjnath/include/pjnath/stun_msg.h
+++ b/pjnath/include/pjnath/stun_msg.h
@@ -1642,7 +1642,7 @@ PJ_DECL(pj_status_t) pj_stun_unknown_attr_create(pj_pool_t *pool,
* @param pool The pool to allocate memory from.
* @param msg The STUN message.
* @param attr_cnt Number of attributes in the array (can be zero).
- * @param attr Optional array of attributes.
+ * @param attr Optional array of attribute types.
*
* @return PJ_SUCCESS on success or the appropriate error code.
*/