lib/misc/pwcrypt.h
author "Tomas Zeman <tzeman@volny.cz>"
Wed, 16 Jan 2008 22:39:43 +0100
changeset 0 6f7a81934006
permissions -rw-r--r--
Imported vmailmgr-0.96.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