Ignore:
Timestamp:
Mar 23, 2007 4:34:20 PM (17 years ago)
Author:
bennylp
Message:

ICE (work in progress): integration with PJSUA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_endpoint.h

    r974 r1098  
    157157                                        pj_timer_entry *entry ); 
    158158 
     159/** 
     160 * Get the timer heap instance of the SIP endpoint. 
     161 * 
     162 * @param endpt     The endpoint. 
     163 * 
     164 * @return          The timer heap instance. 
     165 */ 
     166PJ_DECL(pj_timer_heap_t*) pjsip_endpt_get_timer_heap(pjsip_endpoint *endpt); 
     167 
    159168 
    160169/** 
Note: See TracChangeset for help on using the changeset viewer.