import avifil32 from WINE 0.9.1
[reactos.git] / irc / ArchBlackmann / cram_md5.h
1 // cram_md5.h
2 // This file is (C) 2004 Royce Mitchell III
3 // and released under the BSD & LGPL licenses
4
5 #ifndef CRAM_MD5_H
6 #define CRAM_MD5_H
7
8 #include <string>
9
10 std::string cram_md5 (
11 const std::string& username,
12 const std::string& password,
13 const std::string& greeting );
14
15 #endif//CRAM_MD5_H