From 90e9a0971fd3a19bb32339c29df63329df3b5320 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 11 Feb 2009 17:02:00 +0000 Subject: [PATCH] Thu Jan 15 06:48:04 CST 2009 Pekka Pessi * msg_parser.c: msg_header_add_format() added in 1.12.10 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11826 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/libsofia-sip-ua/msg/msg_parser.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/sofia-sip/libsofia-sip-ua/msg/msg_parser.c b/libs/sofia-sip/libsofia-sip-ua/msg/msg_parser.c index b5e8d33794..5de6322eb9 100644 --- a/libs/sofia-sip/libsofia-sip-ua/msg/msg_parser.c +++ b/libs/sofia-sip/libsofia-sip-ua/msg/msg_parser.c @@ -2736,6 +2736,8 @@ int msg_header_add_make(msg_t *msg, * * Parse result from printf-formatted params as a given header field and add * result to the message. + * + * @NEW_1_12_10 */ int msg_header_add_format(msg_t *msg, msg_pub_t *pub,