Ignore:
Timestamp:
Apr 20, 2010 2:36:38 PM (14 years ago)
Author:
nanang
Message:

Ticket #1057: Implemented pjsua_modify_acc().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_auth.h

    r2394 r3144  
    235235 
    236236/** 
     237 * Compare two credential infos. 
     238 * 
     239 * @param cred1     The credential info to compare. 
     240 * @param cred2     The credential info to compare. 
     241 * 
     242 * @return          0 if both credentials are equal. 
     243 */ 
     244PJ_DECL(int) pjsip_cred_info_cmp(const pjsip_cred_info *cred1, 
     245                                 const pjsip_cred_info *cred2); 
     246 
     247 
     248/** 
    237249 * Type of function to lookup credential for the specified name. 
    238250 * 
Note: See TracChangeset for help on using the changeset viewer.