]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Thu Jan 15 06:48:04 CST 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:02:00 +0000 (17:02 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:02:00 +0000 (17:02 +0000)
  * 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

index b5e8d33794e7f7cf27fb4549aa299d5128ab9af1..5de6322eb970c6b5293b75d09082b545ee04670d 100644 (file)
@@ -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,