Ignore:
Timestamp:
May 2, 2007 11:29:37 AM (17 years ago)
Author:
bennylp
Message:

PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util.h

    r1102 r1242  
    5353#include <pjlib-util/stun_simple.h> 
    5454 
    55 /** 
    56  * @addtogroup PJLIB_UTIL 
    57  * @{ 
    58  */ 
    59  
    60 PJ_BEGIN_DECL 
    61  
    62 /** 
    63  * Initialize PJLIB UTIL (defined in errno.c) 
    64  * 
    65  * @return PJ_SUCCESS on success. 
    66  */ 
    67 PJ_DECL(pj_status_t) pjlib_util_init(void); 
    68  
    69  
    70 /** 
    71  * @} 
    72  */ 
    73  
    74 PJ_END_DECL 
    75  
    7655 
    7756#endif  /* __PJLIB_UTIL_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.