Changeset 1816 for pjproject/trunk/pjsip/include/pjsip/sip_util.h
- Timestamp:
- Feb 22, 2008 8:36:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_util.h
r1748 r1816 220 220 PJ_DECL(pj_status_t) pjsip_process_route_set(pjsip_tx_data *tdata, 221 221 pjsip_host_info *dest_info ); 222 223 224 /** 225 * Swap the request URI and strict route back to the original position 226 * before #pjsip_process_route_set() function is called. If no strict 227 * route URI was found by #pjsip_process_route_set(), this function will 228 * do nothing. 229 * 230 * This function should only used internally by PJSIP client authentication 231 * module. 232 * 233 * @param tdata Transmit data containing request message. 234 */ 235 PJ_DECL(void) pjsip_restore_strict_route_set(pjsip_tx_data *tdata); 236 222 237 223 238 /**
Note: See TracChangeset
for help on using the changeset viewer.