| changeset 0 | 6f7a81934006 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/misc/pwcrypt.h Wed Jan 16 22:39:43 2008 +0100 @@ -0,0 +1,9 @@ +#ifndef VMAILMGR__PWCRYPT__H__ +#define VMAILMGR__PWCRYPT__H__ + +#include "mystring/mystring.h" + +bool crypt_cmp(const mystring& pass, const mystring& crypt); +const char* pwcrypt(const mystring& pass); + +#endif