Ignore:
Timestamp:
Mar 24, 2007 1:00:30 PM (17 years ago)
Author:
bennylp
Message:

ICE (work in progress): implement error codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/types.h

    r1080 r1101  
    3030/** 
    3131 * @defgroup PJNATH NAT Helper Library 
     32 * @{ 
    3233 */ 
     34 
     35PJ_BEGIN_DECL 
     36 
     37/** 
     38 * Initialize pjnath library. 
     39 * 
     40 * @return  Initialization status. 
     41 */ 
     42PJ_DECL(pj_status_t) pjnath_init(void); 
     43 
     44 
     45PJ_END_DECL 
     46 
     47/** 
     48 * @} 
     49 */ 
     50 
     51/* Doxygen documentation below: */ 
    3352 
    3453/** 
     
    4463 * of modules. 
    4564 * 
    46  * 
    47  * \n 
    48  * \n 
    49  * \n 
    50  * \n 
    51  * \n 
    52  * \n 
    53  * \n 
    54  * \n 
    55  * \n 
    56  * \n 
    57  * \n 
    58  * \n 
    59  * \n 
    6065 */ 
    6166 
Note: See TracChangeset for help on using the changeset viewer.