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_module.h

    r109 r127  
    2525 */ 
    2626#include <pjsip/sip_types.h> 
     27#include <pj/list.h> 
    2728 
    2829PJ_BEGIN_DECL 
     
    6768     */ 
    6869    void *user_data; 
    69  
    70     /** 
    71      * Number of methods supported by this module. 
    72      */ 
    73     int method_cnt; 
    74  
    75     /** 
    76      * Array of methods supported by this module. 
    77      */ 
    78     const pjsip_method *methods[8]; 
    7970 
    8071    /** 
Note: See TracChangeset for help on using the changeset viewer.