sip: fix documentation on fmt formatted sip headers/body

This commit is contained in:
Richard Aas 2015-09-01 08:38:11 +00:00
parent 952dfcccdc
commit 68c278b1e9

View file

@ -701,7 +701,7 @@ int sip_request(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
*/