Ignore:
Timestamp:
Jan 23, 2014 8:13:11 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Cohen for the patch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport.c

    r4615 r4713  
    131131 * Transport names. 
    132132 */ 
    133 struct transport_names_t 
     133static struct transport_names_t 
    134134{ 
    135135    pjsip_transport_type_e type;            /* Transport type       */ 
     
    218218 
    219219 
    220 struct transport_names_t *get_tpname(pjsip_transport_type_e type) 
     220static struct transport_names_t *get_tpname(pjsip_transport_type_e type) 
    221221{ 
    222222    unsigned i; 
Note: See TracChangeset for help on using the changeset viewer.