Ignore:
Timestamp:
Jul 14, 2009 1:45:52 PM (15 years ago)
Author:
nanang
Message:

Ticket #918: Added C compatible declarations in modules: G.711, transport SRTP, libresample.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/transport_srtp.c

    r2726 r2832  
    216216}; 
    217217 
     218/* This function may also be used by other module, e.g: pjmedia/errno.c, 
     219 * it should have C compatible declaration. 
     220 */ 
     221PJ_BEGIN_DECL 
     222    const char* get_libsrtp_errstr(int err); 
     223PJ_END_DECL 
     224 
    218225const char* get_libsrtp_errstr(int err) 
    219226{ 
Note: See TracChangeset for help on using the changeset viewer.