- Timestamp:
- Jul 11, 2013 5:35:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/jni/pjsip/include/pjsua-lib/pjsua.h
r4549 r4557 3730 3730 * 3731 3731 * @param pool Pool to allocate memory for the string. 3732 * @param contact The string where the Contact will be stored.3732 * @param p_contact The string where the Contact will be stored. 3733 3733 * @param acc_id Account ID. 3734 3734 * @param uri Destination URI of the request. … … 3737 3737 */ 3738 3738 PJ_DECL(pj_status_t) pjsua_acc_create_uac_contact( pj_pool_t *pool, 3739 pj_str_t * contact,3739 pj_str_t *p_contact, 3740 3740 pjsua_acc_id acc_id, 3741 3741 const pj_str_t *uri); … … 3748 3748 * 3749 3749 * @param pool Pool to allocate memory for the string. 3750 * @param contact The string where the Contact will be stored.3750 * @param p_contact The string where the Contact will be stored. 3751 3751 * @param acc_id Account ID. 3752 3752 * @param rdata Incoming request. … … 3755 3755 */ 3756 3756 PJ_DECL(pj_status_t) pjsua_acc_create_uas_contact( pj_pool_t *pool, 3757 pj_str_t * contact,3757 pj_str_t *p_contact, 3758 3758 pjsua_acc_id acc_id, 3759 3759 pjsip_rx_data *rdata );
Note: See TracChangeset
for help on using the changeset viewer.