Adding comments in the source is more persistent than just adding them

to the commit message :-)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46184 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson 2006-10-25 11:41:49 +00:00
parent 2560ff9c33
commit 0fed2f78b9
1 changed files with 3 additions and 1 deletions

View File

@ -4028,7 +4028,9 @@ static const char *__get_header(const struct sip_request *req, const char *name,
return "";
}
/*! \brief Get header from SIP request */
/*! \brief Get header from SIP request
\return Always return something, so don't check for NULL because it won't happen :-)
*/
static const char *get_header(const struct sip_request *req, const char *name)
{
int start = 0;