Ignore:
Timestamp:
Aug 6, 2013 8:02:24 AM (11 years ago)
Author:
bennylp
Message:

Fixed #1693: Pay attention to reg_hdr_list and sub_hdr_list in pjsua_acc_modify(), and also fixed pjsua_acc_get_config()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4555 r4580  
    35903590 * 
    35913591 * @param acc_id        The account ID. 
     3592 * @param pool          Pool to duplicate the config. 
    35923593 * @param acc_cfg       Structure to receive the settings. 
    35933594 * 
     
    35953596 */ 
    35963597PJ_DECL(pj_status_t) pjsua_acc_get_config(pjsua_acc_id acc_id, 
     3598                                          pj_pool_t *pool, 
    35973599                                          pjsua_acc_config *acc_cfg); 
    35983600 
Note: See TracChangeset for help on using the changeset viewer.