- Timestamp:
- May 18, 2009 11:18:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/sipit24/pjsip/include/pjsip/sip_transport.h
r2394 r2710 579 579 */ 580 580 PJ_DECL(pj_status_t) pjsip_tx_data_dec_ref( pjsip_tx_data *tdata ); 581 582 /** 583 * Print the SIP message to transmit data buffer's internal buffer. This 584 * may allocate memory for the buffer, if the buffer has not been allocated 585 * yet, and encode the SIP message to that buffer. 586 * 587 * @param tdata The transmit buffer. 588 * 589 * @return PJ_SUCCESS on success of the appropriate error code. 590 */ 591 PJ_DECL(pj_status_t) pjsip_tx_data_encode(pjsip_tx_data *tdata); 581 592 582 593 /**
Note: See TracChangeset
for help on using the changeset viewer.