Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

md5crypt.h

Go to the documentation of this file.
00001 #ifndef MD5_CRYPT_H
00002 #define MD5_CRYPT_H
00003 
00004 #include <string.h>
00005 #include <sys/types.h>
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010         extern char *md5crypt(const char *password);
00011         extern int b64_ntop(u_char const *src, size_t srclength,
00012                             char *target, size_t targsize);
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016 #endif                          /*MD5_CRYPT_H */

Generated on Fri Aug 20 10:58:06 2004 for NewsCache by doxygen 1.3.6-20040222