Changeset 1101 for pjproject/trunk/pjnath/include/pjnath/types.h
- Timestamp:
- Mar 24, 2007 1:00:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/types.h
r1080 r1101 30 30 /** 31 31 * @defgroup PJNATH NAT Helper Library 32 * @{ 32 33 */ 34 35 PJ_BEGIN_DECL 36 37 /** 38 * Initialize pjnath library. 39 * 40 * @return Initialization status. 41 */ 42 PJ_DECL(pj_status_t) pjnath_init(void); 43 44 45 PJ_END_DECL 46 47 /** 48 * @} 49 */ 50 51 /* Doxygen documentation below: */ 33 52 34 53 /** … … 44 63 * of modules. 45 64 * 46 *47 * \n48 * \n49 * \n50 * \n51 * \n52 * \n53 * \n54 * \n55 * \n56 * \n57 * \n58 * \n59 * \n60 65 */ 61 66
Note: See TracChangeset
for help on using the changeset viewer.