Skip to content
Snippets Groups Projects
Commit 0fed2f78 authored by Olle Johansson's avatar Olle Johansson
Browse files

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
parent 2560ff9c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment