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/types.h

    r974 r1242  
    3030/** 
    3131 * @defgroup PJLIB_UTIL PJLIB-UTIL Library 
     32 * @{ 
    3233 */ 
     34 
     35PJ_BEGIN_DECL 
     36 
     37/** 
     38 * Initialize PJLIB UTIL (defined in errno.c) 
     39 * 
     40 * @return PJ_SUCCESS on success. 
     41 */ 
     42PJ_DECL(pj_status_t) pjlib_util_init(void); 
     43 
     44 
     45 
     46PJ_END_DECL 
     47 
     48 
     49/** 
     50 * @} 
     51 */ 
     52 
    3353 
    3454/** 
Note: See TracChangeset for help on using the changeset viewer.