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 */
1.3.6-20040222