Ignore:
Timestamp:
Mar 28, 2007 3:49:48 PM (17 years ago)
Author:
bennylp
Message:

Updated projects and Makefiles with the new pjnath library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/transport_ice.h

    r1108 r1111  
    2727 
    2828#include <pjmedia/stream.h> 
    29 #include <pjnath/ice_stream_transport.h> 
     29#include <pjnath/ice_strans.h> 
    3030 
    3131 
     
    5656PJ_DECL(pj_status_t) pjmedia_ice_get_comp(pjmedia_transport *tp, 
    5757                                          unsigned comp_id, 
    58                                           pj_ice_st_comp *comp); 
     58                                          pj_ice_strans_comp *comp); 
    5959 
    6060PJ_DECL(pj_status_t) pjmedia_ice_init_ice(pjmedia_transport *tp, 
    61                                           pj_ice_role role, 
     61                                          pj_ice_sess_role role, 
    6262                                          const pj_str_t *local_ufrag, 
    6363                                          const pj_str_t *local_passwd); 
Note: See TracChangeset for help on using the changeset viewer.