Changeset 2326


Ignore:
Timestamp:
Sep 27, 2008 8:55:16 AM (15 years ago)
Author:
bennylp
Message:

Missing PJ_DECL in pjsip_tx_data_create() declaration (thanks Tomáš Valenta for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_transport.h

    r2039 r2326  
    555555 * @see pjsip_endpt_create_tdata 
    556556 */ 
    557 pj_status_t pjsip_tx_data_create( pjsip_tpmgr *mgr, 
    558                                   pjsip_tx_data **tdata ); 
     557PJ_DECL(pj_status_t) pjsip_tx_data_create( pjsip_tpmgr *mgr, 
     558                                           pjsip_tx_data **tdata ); 
    559559 
    560560/** 
Note: See TracChangeset for help on using the changeset viewer.