Ignore:
Timestamp:
Jul 28, 2007 2:44:55 AM (17 years ago)
Author:
bennylp
Message:

Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_strans.c

    r1405 r1410  
    8181 * Create ICE stream transport  
    8282 */ 
    83 PJ_DECL(pj_status_t) pj_ice_strans_create(pj_stun_config *stun_cfg, 
     83PJ_DEF(pj_status_t) pj_ice_strans_create( pj_stun_config *stun_cfg, 
    8484                                          const char *name, 
    8585                                          unsigned comp_cnt, 
     
    929929 * Stop ICE! 
    930930 */ 
    931 PJ_DECL(pj_status_t) pj_ice_strans_stop_ice(pj_ice_strans *ice_st) 
     931PJ_DEF(pj_status_t) pj_ice_strans_stop_ice(pj_ice_strans *ice_st) 
    932932{ 
    933933    unsigned i; 
Note: See TracChangeset for help on using the changeset viewer.