Add doxygen comment in pj_log_func() to inform that the data is NULL terminated

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1627 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-12-12 14:06:31 +00:00
parent fce28544a3
commit ab168dd878
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ enum pj_log_decoration
* write the actual log message to some output device. * write the actual log message to some output device.
* *
* @param level Log level. * @param level Log level.
* @param data Log message. * @param data Log message, which will be NULL terminated.
* @param len Message length. * @param len Message length.
*/ */
typedef void pj_log_func(int level, const char *data, int len); typedef void pj_log_func(int level, const char *data, int len);