sip: fix documentation on fmt formatted sip headers/body
This commit is contained in:
parent
88d46c7469
commit
952dfcccdc
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue