summaryrefslogtreecommitdiff
path: root/pjlib
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-12-12 14:06:31 +0000
committerBenny Prijono <bennylp@teluu.com>2007-12-12 14:06:31 +0000
commit59221434aa59bdc7f969a8105218c9d77c177759 (patch)
treecf62955d00cc1d5602b70639353a4a0f8a0ea671 /pjlib
parent89ef7bf5fcdd2607b2102d5259c6ed668047c27d (diff)
Add doxygen comment in pj_log_func() to inform that the data is NULL terminated
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1627 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib')
-rw-r--r--pjlib/include/pj/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/log.h b/pjlib/include/pj/log.h
index c04a3adb..0870708e 100644
--- a/pjlib/include/pj/log.h
+++ b/pjlib/include/pj/log.h
@@ -108,7 +108,7 @@ enum pj_log_decoration
* write the actual log message to some output device.
*
* @param level Log level.
- * @param data Log message.
+ * @param data Log message, which will be NULL terminated.
* @param len Message length.
*/
typedef void pj_log_func(int level, const char *data, int len);