Changeset 3144 for pjproject/trunk/pjsip/include/pjsip/sip_auth.h
- Timestamp:
- Apr 20, 2010 2:36:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_auth.h
r2394 r3144 235 235 236 236 /** 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 */ 244 PJ_DECL(int) pjsip_cred_info_cmp(const pjsip_cred_info *cred1, 245 const pjsip_cred_info *cred2); 246 247 248 /** 237 249 * Type of function to lookup credential for the specified name. 238 250 *
Note: See TracChangeset
for help on using the changeset viewer.