Ignore:
Timestamp:
Feb 9, 2006 9:30:09 AM (18 years ago)
Author:
bennylp
Message:

Setting svn:eol-style attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-ua/sip_regc.h

    • Property svn:keywords set to id
    r141 r167  
    142142 * Set authentication credentials to use by this registration. 
    143143 * 
    144  * @param dlg       The registration structure. 
     144 * @param regc      The registration structure. 
    145145 * @param count     Number of credentials in the array. 
    146146 * @param cred      Array of credentials. 
     
    153153 
    154154/** 
     155 * Set route set to be used for outgoing requests. 
     156 * 
     157 * @param regc      The client registration structure. 
     158 * @param route_set List containing Route headers. 
     159 * 
     160 * @return          PJ_SUCCESS on success. 
     161 */ 
     162PJ_DECL(pj_status_t) pjsip_regc_set_route_set(pjsip_regc *regc, 
     163                                              const pjsip_route_hdr*route_set); 
     164 
     165/** 
    155166 * Create REGISTER request for the specified client registration structure. 
    156167 * 
Note: See TracChangeset for help on using the changeset viewer.