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/pjnath/include/pjnath/ice_stream_transport.h

    r1096 r1098  
    7272    pj_ice_st           *ice_st; 
    7373    pj_ice_cand_type     type; 
     74    pj_status_t          status; 
    7475    unsigned             comp_id; 
    7576    int                  cand_id; 
     
    151152                                                   pj_bool_t notify, 
    152153                                                   void *notify_data); 
    153  
     154PJ_DECL(pj_status_t) pj_ice_st_get_interfaces_status(pj_ice_st *ice_st); 
    154155 
    155156PJ_DECL(pj_status_t) pj_ice_st_init_ice(pj_ice_st *ice_st, 
Note: See TracChangeset for help on using the changeset viewer.