- Timestamp:
- Dec 28, 2016 3:40:07 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 5209,5212-5234,5237-5253,5255,5257-5292,5294-5297,5299-5332,5334-5394,5396-5438,5440-5469,5471-5496,5498-5510
- Property svn:mergeinfo changed
-
pjproject/branches/projects/uwp/pjsip/include/pjsip/sip_auth.h
r4214 r5513 167 167 PJ_DECL_LIST_MEMBER(struct pjsip_cached_auth); 168 168 169 pj_pool_t *pool; /**< Pool for cached auth */ 169 170 pj_str_t realm; /**< Realm. */ 170 171 pj_bool_t is_proxy; /**< Server type (401/407) */ … … 342 343 343 344 /** 345 * Deinitialize client authentication session data structure. 346 * 347 * @param sess The client authentication session. 348 * 349 * @return PJ_SUCCESS on success. 350 */ 351 PJ_DECL(pj_status_t) pjsip_auth_clt_deinit( pjsip_auth_clt_sess *sess); 352 353 354 /** 344 355 * Clone client initialization session. 345 356 *
Note: See TracChangeset
for help on using the changeset viewer.