Ignore:
Timestamp:
Feb 25, 2006 9:16:36 PM (18 years ago)
Author:
bennylp
Message:

Tidying up and make it consistent with the documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c

    r197 r230  
    9090    -1,                     /* Id                               */ 
    9191    PJSIP_MOD_PRIORITY_UA_PROXY_LAYER,  /* Priority             */ 
    92     NULL,                   /* User data.                       */ 
    9392    &mod_ua_load,           /* load()                           */ 
    9493    NULL,                   /* start()                          */ 
     
    183182 * Init user agent module and register it to the endpoint. 
    184183 */ 
    185 PJ_DEF(pj_status_t) pjsip_ua_init( pjsip_endpoint *endpt, 
    186                                    const pjsip_ua_init_param *prm) 
     184PJ_DEF(pj_status_t) pjsip_ua_init_module( pjsip_endpoint *endpt, 
     185                                          const pjsip_ua_init_param *prm) 
    187186{ 
    188187    pj_status_t status; 
Note: See TracChangeset for help on using the changeset viewer.