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_transaction.c

    r195 r230  
    6868        -1,                             /* Module ID                */ 
    6969        PJSIP_MOD_PRIORITY_TSX_LAYER,   /* Priority.                */ 
    70         NULL,                           /* User_data.               */ 
    7170        mod_tsx_layer_load,             /* load().                  */ 
    7271        mod_tsx_layer_start,            /* start()                  */ 
     
    411410 * Create transaction layer module and registers it to the endpoint. 
    412411 */ 
    413 PJ_DEF(pj_status_t) pjsip_tsx_layer_init(pjsip_endpoint *endpt) 
     412PJ_DEF(pj_status_t) pjsip_tsx_layer_init_module(pjsip_endpoint *endpt) 
    414413{ 
    415414    pj_pool_t *pool; 
Note: See TracChangeset for help on using the changeset viewer.