Changeset 1367 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Jun 12, 2007 4:22:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r1363 r1367 845 845 * @param status Delivery status. 846 846 * @param reason Delivery status reason. 847 * @param tdata The original MESSAGE request. 847 848 * @param rdata The incoming MESSAGE response, or NULL if the 848 849 * message transaction fails because of time out … … 855 856 pjsip_status_code status, 856 857 const pj_str_t *reason, 858 pjsip_tx_data *tdata, 857 859 pjsip_rx_data *rdata); 858 860
Note: See TracChangeset
for help on using the changeset viewer.