Ignore:
Timestamp:
Feb 26, 2007 11:49:48 PM (18 years ago)
Author:
bennylp
Message:

Moved stun_session from client to library

File:
1 moved

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/stun_session.c

    r1003 r1008  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1818 */ 
    19 #include "stun_session.h" 
     19#include <pjlib-util/stun_session.h> 
    2020#include <pjlib.h> 
    2121 
     
    9191                             pj_stun_tx_data *tdata) 
    9292{ 
     93    PJ_UNUSED_ARG(sess); 
    9394    pj_list_erase(tdata); 
    9495    return PJ_SUCCESS; 
     
    131132    tdata->pool = pool; 
    132133    tdata->sess = sess; 
    133     tdata->user_data = tdata; 
     134    tdata->user_data = user_data; 
    134135 
    135136    /* Create STUN message */ 
Note: See TracChangeset for help on using the changeset viewer.