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-ua/sip_100rel.c

    r4613 r4713  
    5151 
    5252 
    53 const pj_str_t tag_100rel = { "100rel", 6 }; 
    54 const pj_str_t RSEQ = { "RSeq", 4 }; 
    55 const pj_str_t RACK = { "RAck", 4 }; 
     53static const pj_str_t tag_100rel = { "100rel", 6 }; 
     54static const pj_str_t RSEQ = { "RSeq", 4 }; 
     55static const pj_str_t RACK = { "RAck", 4 }; 
    5656 
    5757 
Note: See TracChangeset for help on using the changeset viewer.