From 68c278b1e932bc1eb3c2c3066cc0f016e701900d Mon Sep 17 00:00:00 2001 From: Richard Aas Date: Tue, 1 Sep 2015 08:38:11 +0000 Subject: [PATCH] sip: fix documentation on fmt formatted sip headers/body --- src/sip/request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sip/request.c b/src/sip/request.c index 306f54d..4f39bce 100644 --- a/src/sip/request.c +++ b/src/sip/request.c @@ -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 */