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_xfer.c

    r3553 r4713  
    7777 * String constants 
    7878 */ 
    79 const pj_str_t STR_REFER = { "refer", 5 }; 
    80 const pj_str_t STR_MESSAGE = { "message", 7 }; 
    81 const pj_str_t STR_SIPFRAG = { "sipfrag", 7 }; 
    82 const pj_str_t STR_SIPFRAG_VERSION = {";version=2.0", 12 }; 
     79static const pj_str_t STR_REFER = { "refer", 5 }; 
     80static const pj_str_t STR_MESSAGE = { "message", 7 }; 
     81static const pj_str_t STR_SIPFRAG = { "sipfrag", 7 }; 
     82static const pj_str_t STR_SIPFRAG_VERSION = {";version=2.0", 12 }; 
    8383 
    8484 
Note: See TracChangeset for help on using the changeset viewer.