- Timestamp:
- Apr 1, 2007 10:58:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/pjproject-0.5-stable/pjsip/include/pjsip/sip_msg.h
r974 r1121 711 711 PJ_DECL(pjsip_msg*) pjsip_msg_create( pj_pool_t *pool, pjsip_msg_type_e type); 712 712 713 714 /** 715 * Perform a deep clone of a SIP message. 716 * 717 * @param pool The pool for creating the new message. 718 * @param msg The message to be duplicated. 719 * 720 * @return New message, which is duplicated from the original 721 * message. 722 */ 723 PJ_DECL(pjsip_msg*) pjsip_msg_clone( pj_pool_t *pool, const pjsip_msg *msg); 724 725 713 726 /** 714 727 * Find a header in the message by the header type.
Note: See TracChangeset
for help on using the changeset viewer.