lib/misc/pwcrypt.h
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:22:25 +0100
changeset 3 3d1d327cfa68
parent 0 6f7a81934006
permissions -rw-r--r--
vmailmgr-0.97

#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