Ignore:
Timestamp:
Jan 30, 2006 6:40:05 PM (18 years ago)
Author:
bennylp
Message:

Finished implementation of UA layer (to be tested)

File:
1 edited

Legend:

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

    r123 r127  
    188188 
    189189 
     190/** 
     191 * Clone client initialization session.  
     192 * 
     193 * @param pool          Pool to use. 
     194 * @param sess          Structure to put the duplicated session. 
     195 * @param rhs           The client session to be cloned. 
     196 * 
     197 * @return              PJ_SUCCESS on success; 
     198 */ 
     199PJ_DECL(pj_status_t) pjsip_auth_clt_clone( pj_pool_t *pool, 
     200                                           pjsip_auth_clt_sess *sess, 
     201                                           const pjsip_auth_clt_sess *rhs); 
    190202 
    191203/** 
Note: See TracChangeset for help on using the changeset viewer.