Changeset 4580 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Aug 6, 2013 8:02:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r4555 r4580 3590 3590 * 3591 3591 * @param acc_id The account ID. 3592 * @param pool Pool to duplicate the config. 3592 3593 * @param acc_cfg Structure to receive the settings. 3593 3594 * … … 3595 3596 */ 3596 3597 PJ_DECL(pj_status_t) pjsua_acc_get_config(pjsua_acc_id acc_id, 3598 pj_pool_t *pool, 3597 3599 pjsua_acc_config *acc_cfg); 3598 3600
Note: See TracChangeset
for help on using the changeset viewer.