lib/misc/pwcrypt.h
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:22:09 +0100
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
permissions -rw-r--r--
Imported 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