summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/string.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-16 16:52:51 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-16 16:52:51 +0000
commitedf38f478920a443dc29cf3d638e6b27d7a838e6 (patch)
tree36429dc70ed27c292dc61949ff262fb3bcdc80f7 /pjlib/include/pj/string.h
parentb7898cf10e4e9048d28d858ccffcdf3937703752 (diff)
Fixed pjlib doxygen documentation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@514 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/string.h')
-rw-r--r--pjlib/include/pj/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/string.h b/pjlib/include/pj/string.h
index a8c39f60..5c2cc251 100644
--- a/pjlib/include/pj/string.h
+++ b/pjlib/include/pj/string.h
@@ -455,7 +455,7 @@ PJ_IDECL(void) pj_strcat(pj_str_t *dst, const pj_str_t *src);
* @param dst The destination string.
* @param src The source string.
*/
-PJ_IDECL(void) pj_strcat2(pj_str_t *dst, const char *str);
+PJ_IDECL(void) pj_strcat2(pj_str_t *dst, const char *src);
/**