Ignore:
Timestamp:
Feb 7, 2006 9:13:28 PM (18 years ago)
Author:
bennylp
Message:

Renamed pjsua.c to pjsua_core.c since it is causing link problems with gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua/pjsua.h

    r145 r147  
    3636 
    3737 
     38PJ_BEGIN_DECL 
     39 
    3840/* PJSUA application variables. */ 
    39 extern struct pjsua_t 
     41struct pjsua_t 
    4042{ 
    4143    /* Control: */ 
     
    110112    char            *log_filename;  /**< Log filename.                  */ 
    111113 
    112 } pjsua; 
    113  
     114}; 
     115 
     116extern struct pjsua_t pjsua; 
    114117 
    115118/***************************************************************************** 
     
    194197 
    195198 
     199PJ_END_DECL 
     200 
    196201#endif  /* __PJSUA_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.