Changeset 1561 for pjproject/trunk/pjsip/include/pjsip-ua/sip_regc.h
- Timestamp:
- Nov 8, 2007 9:24:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip-ua/sip_regc.h
r974 r1561 190 190 191 191 /** 192 * Set authentication preference. 193 * 194 * @param regc The registration structure. 195 * @param pref Authentication preference. 196 * 197 * @return PJ_SUCCESS on success. 198 */ 199 PJ_DECL(pj_status_t) pjsip_regc_set_prefs( pjsip_regc *regc, 200 const pjsip_auth_clt_pref *pref); 201 202 /** 192 203 * Set route set to be used for outgoing requests. 193 204 *
Note: See TracChangeset
for help on using the changeset viewer.