Ignore:
Timestamp:
Oct 21, 2008 2:29:47 PM (16 years ago)
Author:
nanang
Message:

Ticket #558: Added srtp_deinit() function and registered this with pj_atexit().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/srtp/include/srtp.h

    r1730 r2353  
    259259 
    260260/** 
     261 * @brief srtp_deinit() deinitializes the srtp library.   
     262 * 
     263 * @warning This function @b must be called on quitting application or 
     264 * after srtp is no longer used. 
     265 */ 
     266 
     267err_status_t 
     268srtp_deinit(void); 
     269 
     270/** 
    261271 * @brief srtp_protect() is the Secure RTP sender-side packet processing 
    262272 * function. 
Note: See TracChangeset for help on using the changeset viewer.