Thu Jan 15 06:48:04 CST 2009 Pekka Pessi <first.last@nokia.com>

* 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
This commit is contained in:
Michael Jerris 2009-02-11 17:02:00 +00:00
parent 5976bff650
commit 90e9a0971f
1 changed files with 2 additions and 0 deletions

View 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,