diff --git a/src/sip/reply.c b/src/sip/reply.c index 0ca01bb..eb2e26f 100644 --- a/src/sip/reply.c +++ b/src/sip/reply.c @@ -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 */ diff --git a/src/sip/request.c b/src/sip/request.c index 530f00c..306f54d 100644 --- a/src/sip/request.c +++ b/src/sip/request.c @@ -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 */