sip: fix documentation on fmt formatted sip headers/body

This commit is contained in:
Richard Aas 2015-09-01 08:33:58 +00:00
parent 88d46c7469
commit 952dfcccdc
2 changed files with 3 additions and 3 deletions

View file

@ -145,7 +145,7 @@ static int vreplyf(struct sip_strans **stp, struct mbuf **mbp, bool trans,
* @param rec_route True to copy Record-Route headers
* @param scode Response status code
* @param reason Response reason phrase
* @param fmt Formatted SIP message
* @param fmt Additional formatted SIP headers and body, otherwise NULL
*
* @return 0 if success, otherwise errorcode
*/
@ -190,7 +190,7 @@ int sip_treply(struct sip_strans **stp, struct sip *sip,
* @param msg Incoming SIP message
* @param scode Response status code
* @param reason Response reason phrase
* @param fmt Formatted SIP message
* @param fmt Additional formatted SIP headers and body, otherwise NULL
*
* @return 0 if success, otherwise errorcode
*/

View file

@ -776,7 +776,7 @@ int sip_requestf(struct sip_request **reqp, struct sip *sip, bool stateful,
* @param sendh Send handler
* @param resph Response handler
* @param arg Handler argument
* @param fmt Formatted SIP headers
* @param fmt Formatted SIP headers and body
*
* @return 0 if success, otherwise errorcode
*/