Changeset 754 for pjproject/trunk/pjlib-util/include/pjlib-util/md5.h
- Timestamp:
- Oct 8, 2006 1:56:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/include/pjlib-util/md5.h
r65 r754 20 20 #define __PJLIB_UTIL_MD5_H__ 21 21 22 /** 23 * @file md5.h 24 * @brief MD5 Functions 25 */ 26 22 27 #include <pj/types.h> 23 28 24 29 PJ_BEGIN_DECL 30 31 /** 32 * @defgroup PJLIB_UTIL_MD5 MD5 Functions 33 * @ingroup PJLIB_UTIL 34 * @{ 35 */ 36 25 37 26 38 /** MD5 context. */ … … 51 63 PJ_DECL(void) pj_md5_final(pj_md5_context *pms, pj_uint8_t digest[16]); 52 64 65 66 /** 67 * @} 68 */ 69 53 70 PJ_END_DECL 54 71 72 55 73 #endif /* __PJLIB_UTIL_MD5_H__ */
Note: See TracChangeset
for help on using the changeset viewer.