Ignore:
Timestamp:
Jan 23, 2014 8:13:11 AM (9 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_inv.c

    r4703 r4713  
    193193 * Set session state. 
    194194 */ 
    195 void inv_set_state(pjsip_inv_session *inv, pjsip_inv_state state, 
    196                    pjsip_event *e) 
     195static void inv_set_state(pjsip_inv_session *inv, pjsip_inv_state state, 
     196                          pjsip_event *e) 
    197197{ 
    198198    pjsip_inv_state prev_state = inv->state; 
     
    284284 * Set cause code. 
    285285 */ 
    286 void inv_set_cause(pjsip_inv_session *inv, int cause_code, 
    287                    const pj_str_t *cause_text) 
     286static void inv_set_cause(pjsip_inv_session *inv, int cause_code, 
     287                          const pj_str_t *cause_text) 
    288288{ 
    289289    if (cause_code > inv->cause) { 
Note: See TracChangeset for help on using the changeset viewer.