Ignore:
Timestamp:
Jan 30, 2006 6:40:05 PM (18 years ago)
Author:
bennylp
Message:

Finished implementation of UA layer (to be tested)

File:
1 edited

Legend:

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

    r123 r127  
    6868 
    6969/** 
     70 * Check if transport tp is secure. 
     71 */ 
     72#define PJSIP_TRANSPORT_IS_SECURE(tp)       \ 
     73            ((tp)->flag & PJSIP_TRANSPORT_SECURE) 
     74 
     75/** 
    7076 * Get the transport type from the transport name. 
    7177 * 
     
    234240 
    235241        /** Max forwards header. */ 
    236         pjsip_max_forwards_hdr  *max_fwd; 
     242        pjsip_max_fwd_hdr       *max_fwd; 
    237243 
    238244        /** The first route header. */ 
Note: See TracChangeset for help on using the changeset viewer.