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/src/test-pjsip/msg_logger.c

    r109 r127  
    1818 */ 
    1919#include "test.h" 
    20 #include <pjsip_core.h> 
     20#include <pjsip.h> 
    2121#include <pjlib.h> 
    2222 
     
    6565    PJSIP_MOD_PRIORITY_TRANSPORT_LAYER-1,/* Priority            */ 
    6666    NULL,                               /* User data.           */ 
    67     0,                                  /* Number of methods supported (=0). */ 
    68     { 0 },                              /* Array of methods (none) */ 
    6967    NULL,                               /* load()               */ 
    7068    NULL,                               /* start()              */ 
Note: See TracChangeset for help on using the changeset viewer.