Ignore:
Timestamp:
Oct 19, 2006 3:48:02 PM (18 years ago)
Author:
bennylp
Message:

Fixed miscellaneous warnings with gcc compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r780 r782  
    7474static void xfer_client_on_evsub_state( pjsip_evsub *sub, pjsip_event *event); 
    7575static void xfer_server_on_evsub_state( pjsip_evsub *sub, pjsip_event *event); 
    76  
    77 /* 
    78  * Callback called by event framework when NOTIFY is received for outgoing 
    79  * REFER subscription. 
    80  */ 
    81 static void xfer_on_rx_notify(pjsip_evsub *sub,  
    82                               pjsip_rx_data *rdata, 
    83                               int *p_st_code, 
    84                               pj_str_t **p_st_text, 
    85                               pjsip_hdr *res_hdr, 
    86                               pjsip_msg_body **p_body); 
    8776 
    8877/* 
Note: See TracChangeset for help on using the changeset viewer.